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/glest/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'games/glest/Makefile')
-rw-r--r-- | games/glest/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile index 6044b2b415fe..4599a0bcbdca 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -12,10 +12,10 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Free 3D real-time customizable strategy game -LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \ - libvorbis.so:${PORTSDIR}/audio/libvorbis -BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam -RUN_DEPENDS= ${DATADIR}/servers.ini:${PORTSDIR}/games/glest-data +LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \ + libvorbis.so:audio/libvorbis +BUILD_DEPENDS= jam:devel/jam +RUN_DEPENDS= ${DATADIR}/servers.ini:games/glest-data USES= dos2unix openal:al,alut pkgconfig zip lua:51 USE_AUTOTOOLS= automake:env autoconf:env |