1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/devel/lutok/pkg-plist
Muhammad Moinur Rahman 63d640a7bc devel/lutok: Remove DEFAULT option TEST
The dependencies on TEST are mandatory and cannot be optionized. So
remove the TEST option and make the dependencies as mandadatory.

Reported by:	leres
2024-01-04 06:06:52 +01:00

27 lines
735 B
Plaintext

include/lutok/c_gate.hpp
include/lutok/debug.hpp
include/lutok/exceptions.hpp
include/lutok/operations.hpp
include/lutok/stack_cleaner.hpp
include/lutok/state.hpp
include/lutok/state.ipp
include/lutok/test_utils.hpp
lib/liblutok.a
lib/liblutok.so
lib/liblutok.so.3
lib/liblutok.so.3.0.0
libdata/pkgconfig/lutok.pc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bindings.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interpreter.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/raii.cpp
tests/lutok/Kyuafile
tests/lutok/c_gate_test
tests/lutok/debug_test
tests/lutok/examples_test
tests/lutok/exceptions_test
tests/lutok/operations_test
tests/lutok/stack_cleaner_test
tests/lutok/state_test