diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-16 00:26:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-16 00:26:30 +0000 |
commit | 0a0b5da3a6710d63fd0e33ac5baa1fc3f54947ad (patch) | |
tree | d1f235a169772c951581d2b1ee2242af2fb47625 /games/openlierox | |
parent | 756ee51e93d0fcaa963331d55f999763add68a7b (diff) | |
download | ports-0a0b5da3a6710d63fd0e33ac5baa1fc3f54947ad.tar.gz ports-0a0b5da3a6710d63fd0e33ac5baa1fc3f54947ad.zip |
Notes
Diffstat (limited to 'games/openlierox')
-rw-r--r-- | games/openlierox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index 43e4491cfc11..21821cd76ae2 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -14,10 +14,9 @@ COMMENT= Extremely addictive realtime worms shoot-em-up LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ libboost_signals.so:${PORTSDIR}/devel/boost-libs \ - libcurl.so:${PORTSDIR}/ftp/curl \ - libalut.so:${PORTSDIR}/audio/freealut + libcurl.so:${PORTSDIR}/ftp/curl -USES= tar:bzip2 cmake openal pkgconfig +USES= tar:bzip2 cmake openal:al,alut pkgconfig USE_SDL= sdl image USE_GNOME= libxml2 USE_GCC= any # too many gcc'isms |