diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/openlierox | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'games/openlierox')
-rw-r--r-- | games/openlierox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index 689d165517b6..07a6579f7342 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -12,9 +12,9 @@ DISTNAME= OpenLieroX_${DISTVERSION}.src MAINTAINER= amdmi3@FreeBSD.org 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 +LIB_DEPENDS= libgd.so:graphics/gd \ + libboost_signals.so:devel/boost-libs \ + libcurl.so:ftp/curl USES= tar:bzip2 cmake openal:al,alut pkgconfig USE_SDL= sdl image |