aboutsummaryrefslogtreecommitdiff
path: root/games/evq3
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/evq3
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/evq3')
-rw-r--r--games/evq3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/evq3/Makefile b/games/evq3/Makefile
index 7e218d7c3e4f..cc107ebebff3 100644
--- a/games/evq3/Makefile
+++ b/games/evq3/Makefile
@@ -14,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Marriage of XreaL and Icculus.org Q3 w/ Improvements
-LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libfreetype.so:print/freetype2
USES= gmake dos2unix tar:bzip2
ALL_TARGET= release
@@ -61,7 +61,7 @@ MAKE_ENV+= HAVE_VM_COMPILED=true
.if ${PORT_OPTIONS:MCLIENT} || !empty(PORT_OPTIONS:MSMP)
# curl
. if ${PORT_OPTIONS:MCURL}
-LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= libcurl.so:ftp/curl
MAKE_ENV+= USE_CURL=1
. if ${PORT_OPTIONS:MCURL_DLOPEN}
MAKE_ENV+= USE_CURL_DLOPEN=1
@@ -78,12 +78,12 @@ MAKE_ENV+= USE_OPENAL_DLOPEN=1
USE_SDL= sdl
# VOIP
. if ${PORT_OPTIONS:MVOIP}
-LIB_DEPENDS+= libspeex.so:${PORTSDIR}/audio/speex
+LIB_DEPENDS+= libspeex.so:audio/speex
MAKE_ENV+= USE_VOIP=1
. endif
# Vorbis
. if ${PORT_OPTIONS:MVORBIS}
-LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= libvorbis.so:audio/libvorbis
MAKE_ENV+= USE_CODEC_VORBIS=1
. endif
.endif