diff options
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 |