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/avoision | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'games/avoision')
-rw-r--r-- | games/avoision/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/avoision/Makefile b/games/avoision/Makefile index b33be33f7589..e757182be0ac 100644 --- a/games/avoision/Makefile +++ b/games/avoision/Makefile @@ -17,11 +17,11 @@ LICENSE_FILE= ${WRKSRC}/License.txt LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept -BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ - libpng.so:${PORTSDIR}/graphics/png \ - libphysfs.so:${PORTSDIR}/devel/physfs -RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip +BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:graphics/radius-engine +LIB_DEPENDS= liblua-5.1.so:lang/lua51 \ + libpng.so:graphics/png \ + libphysfs.so:devel/physfs +RUN_DEPENDS= zip:archivers/zip USES= pkgconfig USE_SDL= sdl sound |