aboutsummaryrefslogtreecommitdiff
path: root/games/megaglest
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/megaglest
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
Diffstat (limited to 'games/megaglest')
-rw-r--r--games/megaglest/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile
index b99f8f9e95d0..c717204974cc 100644
--- a/games/megaglest/Makefile
+++ b/games/megaglest/Makefile
@@ -12,14 +12,14 @@ COMMENT= Open source 3D real-time strategy game
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/docs/gnu_gpl_3.0.txt
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
- libpng.so:${PORTSDIR}/graphics/png \
- libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \
- libftgl.so:${PORTSDIR}/graphics/ftgl \
- libvorbis.so:${PORTSDIR}/audio/libvorbis
-BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient \
- ${LOCALBASE}/include/miniupnpc/miniupnpc.h:${PORTSDIR}/net/miniupnpc
-RUN_DEPENDS= ${DATADIR}/tutorials/2_basic_tutorial/2_basic_tutorial.xml:${PORTSDIR}/games/megaglest-data
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ libpng.so:graphics/png \
+ libxerces-c.so:textproc/xerces-c3 \
+ libftgl.so:graphics/ftgl \
+ libvorbis.so:audio/libvorbis
+BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:irc/libircclient \
+ ${LOCALBASE}/include/miniupnpc/miniupnpc.h:net/miniupnpc
+RUN_DEPENDS= ${DATADIR}/tutorials/2_basic_tutorial/2_basic_tutorial.xml:games/megaglest-data
USE_GITHUB= yes
GH_ACCOUNT= MegaGlest