aboutsummaryrefslogtreecommitdiff
path: root/games/assaultcube
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/assaultcube
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/assaultcube')
-rw-r--r--games/assaultcube/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/assaultcube/Makefile b/games/assaultcube/Makefile
index fc079c9ea3c9..fac59081fc48 100644
--- a/games/assaultcube/Makefile
+++ b/games/assaultcube/Makefile
@@ -41,8 +41,8 @@ OPTIONS_DEFAULT= CLIENT DEDICATED
CLIENT_DESC= Build client
CLIENT_USES= gettext-runtime openal:al
CLIENT_USE= GL=gl SDL=image,sdl XORG=x11
-CLIENT_LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \
- libcurl.so:${PORTSDIR}/ftp/curl
+CLIENT_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \
+ libcurl.so:ftp/curl
CLIENT_ALL_TARGET= client
CLIENT_PLIST_FILES= bin/${PORTNAME}_client libexec/${PORTNAME}_client \
share/pixmaps/${PORTNAME}.png
@@ -63,7 +63,7 @@ DESKTOP_ENTRIES="AssaultCube" "${COMMENT}" \
.endif
.if ${PORT_OPTIONS:MPORT_ENET}
-LIB_DEPENDS+= libenet.so:${PORTSDIR}/net/enet
+LIB_DEPENDS+= libenet.so:net/enet
.else
ALL_TARGET+= libenet
GNU_CONFIGURE= yes