aboutsummaryrefslogtreecommitdiff
path: root/games/galaxyhack
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/galaxyhack
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'games/galaxyhack')
-rw-r--r--games/galaxyhack/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/galaxyhack/Makefile b/games/galaxyhack/Makefile
index 03c6a6ce2c3a..1d07f116bfec 100644
--- a/games/galaxyhack/Makefile
+++ b/games/galaxyhack/Makefile
@@ -15,9 +15,9 @@ COMMENT= AI script based strategy game
LICENSE= GPLv2
-BUILD_DEPENDS= winicontoppm:${PORTSDIR}/graphics/netpbm
-LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
- libfreetype.so:${PORTSDIR}/print/freetype2
+BUILD_DEPENDS= winicontoppm:graphics/netpbm
+LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
+ libfreetype.so:print/freetype2
OPTIONS_DEFINE= FLEETS OPTIMIZED_CFLAGS
OPTIONS_DEFAULT= OPTIMIZED_CFLAGS
@@ -41,7 +41,7 @@ DESKTOP_ENTRIES="GalaxyHack" "" "${PREFIX}/share/pixmaps/galaxyhack.png" \
"${PORTNAME}" "" ""
FLEETS_DISTFILES= gh_fleets_020906.zip:fleets
-FLEETS_EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
+FLEETS_EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip
OPTIMIZED_CFLAGS_MAKE_ENV= OPTIMIZED_CFLAGS=YES
.include <bsd.port.options.mk>