summaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-17 23:44:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-17 23:44:11 +0000
commitb484a4b30a17bbf1c7a1d5cbf92b0f797c410987 (patch)
tree9c2d64858d998043558ea069d72b50156b8a990e /games/quakeforge
parent- Fix BBCode vulnerability & pgsql problem in phpbb (diff)
Chase multimedia/xmms library bump.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Approved by: (unbreak of port builds)
Notes
Notes: svn path=/head/; revision=89020
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 ed4d18564a6d..4971fae32c0a 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -63,7 +63,7 @@ WITH_SDL= yes
WITH_SVGALIB= yes
.endif
-.if exists(${X11BASE}/lib/libxmms.so.3)
+.if exists(${X11BASE}/lib/libxmms.so.4)
WITH_XMMS= yes
.endif
@@ -117,7 +117,7 @@ PLIST_SUB+= VORBIS:="@comment "
.endif
.if !defined(WITHOUT_XMMS) && defined(WITH_XMMS)
-LIB_DEPENDS+= xmms.3:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
CONFIGURE_ARGS+=--with-xmms-prefix=${X11BASE}
PLIST_SUB+= XMMS:=""
.else