aboutsummaryrefslogtreecommitdiffstats
path: root/games/assaultcube
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
commit148314483d3098c0d6a33944f1190842e671502f (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/assaultcube
parent96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff)
downloadfreebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz
freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst
freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
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