aboutsummaryrefslogtreecommitdiff
path: root/games/xonotic/Makefile
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/xonotic/Makefile
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/xonotic/Makefile')
-rw-r--r--games/xonotic/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile
index 390feb3b06eb..7c8e90aba228 100644
--- a/games/xonotic/Makefile
+++ b/games/xonotic/Makefile
@@ -10,8 +10,8 @@ MASTER_SITES= http://nl.dl.xonotic.org/ \
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Fast-paced, chaotic, and intense multiplayer first person shooter
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
- libpng.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ libpng.so:graphics/png
MANUAL_PACKAGE_BUILD= huge (930M)
@@ -37,10 +37,10 @@ OPTIONS_MULTI_COMPONENTS=CLIENT DEDICATED
OPTIONS_DEFAULT= CLIENT DEDICATED ENCRYPTION
CLIENT_DESC= Build client
-CLIENT_LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug \
- libtheora.so:${PORTSDIR}/multimedia/libtheora \
- libvorbis.so:${PORTSDIR}/audio/libvorbis \
- libogg.so:${PORTSDIR}/audio/libogg
+CLIENT_LIB_DEPENDS= libmodplug.so:audio/libmodplug \
+ libtheora.so:multimedia/libtheora \
+ libvorbis.so:audio/libvorbis \
+ libogg.so:audio/libogg
CLIENT_USE= SDL=sdl
CLIENT_ALL_TARGET= sdl-release
CLIENT_PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.ico
@@ -56,7 +56,7 @@ DEDICATED_ALL_TARGET= sv-release
DEDICATED_PLIST_FILES= bin/${PORTNAME}-dedicated
ENCRYPTION_DESC= Build encryption (required for stats submission)
-ENCRYPTION_LIB_DEPENDS= libd0_rijndael.so:${PORTSDIR}/security/d0_blind_id
+ENCRYPTION_LIB_DEPENDS= libd0_rijndael.so:security/d0_blind_id
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' \