aboutsummaryrefslogtreecommitdiffstats
path: root/games/quakeforge
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-09-18 07:44:11 +0800
committeredwin <edwin@FreeBSD.org>2003-09-18 07:44:11 +0800
commit9cd860f407d0406ec283653cf790d32b9ed52234 (patch)
tree477422767a70bf1623a2e62ae55aca1feb4199af /games/quakeforge
parenta653cf04425c0705038b2e9179c3ff97016f0501 (diff)
downloadfreebsd-ports-gnome-9cd860f407d0406ec283653cf790d32b9ed52234.tar.gz
freebsd-ports-gnome-9cd860f407d0406ec283653cf790d32b9ed52234.tar.zst
freebsd-ports-gnome-9cd860f407d0406ec283653cf790d32b9ed52234.zip
Chase multimedia/xmms library bump.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Approved by: (unbreak of port builds)
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