diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-01-05 17:55:43 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-01-05 17:55:43 +0000 |
commit | c2ce797f81dd25be1a6e309d80dac882b2dcda19 (patch) | |
tree | 41ebe04c1ec44a500722367d134a40f99939a5d9 /games/super_methane_brothers | |
parent | 4250ab0e85e9dfcaa4ec5d77b59d94d95582ceaf (diff) |
Notes
Diffstat (limited to 'games/super_methane_brothers')
-rw-r--r-- | games/super_methane_brothers/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/super_methane_brothers/Makefile b/games/super_methane_brothers/Makefile index efcc4b0cd97c..bb29be2bb8f9 100644 --- a/games/super_methane_brothers/Makefile +++ b/games/super_methane_brothers/Makefile @@ -13,10 +13,9 @@ COMMENT= Port of the Amiga platform game of the same name LICENSE= GPLv2 -LIB_DEPENDS= libclan23Core.so:${PORTSDIR}/devel/clanlib \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libclan23Core.so:${PORTSDIR}/devel/clanlib -USES= gmake pkgconfig tar:tgz +USES= execinfo gmake pkgconfig tar:tgz USE_GCC= yes USE_GL= glu MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LIBS}" |