aboutsummaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:05:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:05:11 +0000
commit06af334ab9027f9aaad087ad2a4f1e684dc5cec7 (patch)
tree8565138a516db94da31b12ab4e904d78eae496cc /games/quakeforge
parent51a8fd3777120b02785a4df2630c2b70a3dbdf13 (diff)
downloadports-06af334ab9027f9aaad087ad2a4f1e684dc5cec7.tar.gz
ports-06af334ab9027f9aaad087ad2a4f1e684dc5cec7.zip
Fix non default LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=362048
Diffstat (limited to 'games/quakeforge')
-rw-r--r--games/quakeforge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile
index 8c84f99c9079..abbdef985073 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -62,7 +62,7 @@ PLIST_SUB+= SDL="@comment "
.endif
.if ${PORT_OPTIONS:MVORBIS}
-LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis
CONFIGURE_ARGS+=--with-ogg=${LOCALBASE} --with-vorbis=${LOCALBASE}
PLIST_SUB+= VORBIS=""
.else
@@ -71,7 +71,7 @@ PLIST_SUB+= VORBIS="@comment "
.endif
.if ${PORT_OPTIONS:MXMMS}
-LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+= libxmms.so:${PORTSDIR}/multimedia/xmms
CONFIGURE_ARGS+=--with-xmms-prefix=${LOCALBASE}
PLIST_SUB+= XMMS=""
.else