diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-17 23:44:11 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-17 23:44:11 +0000 |
commit | 9cd860f407d0406ec283653cf790d32b9ed52234 (patch) | |
tree | 477422767a70bf1623a2e62ae55aca1feb4199af /games/fuhquake | |
parent | a653cf04425c0705038b2e9179c3ff97016f0501 (diff) | |
download | FreeBSD-ports-9cd860f407d0406ec283653cf790d32b9ed52234.zip FreeBSD-ports-9cd860f407d0406ec283653cf790d32b9ed52234.tar.gz |
Chase multimedia/xmms library bump.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Approved by: (unbreak of port builds)
Diffstat (limited to 'games/fuhquake')
-rw-r--r-- | games/fuhquake/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fuhquake/Makefile b/games/fuhquake/Makefile index 15d8e05..19f767d 100644 --- a/games/fuhquake/Makefile +++ b/games/fuhquake/Makefile @@ -34,7 +34,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ WITH_SVGA= yes .endif -.if exists(${X11BASE}/lib/libxmms.so.3) +.if exists(${X11BASE}/lib/libxmms.so.4) WITH_XMMS= yes .endif @@ -66,7 +66,7 @@ PLIST_SUB+= GLX="@comment " .endif .if !defined(WITHOUT_XMMS) && defined(WITH_XMMS) && !(defined(WITHOUT_X11) && defined(WITHOUT_GLX)) -LIB_DEPENDS+= xmms.3:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms MAKE_ARGS+= -DWITH_XMMS .endif @@ -86,7 +86,7 @@ pre-everything:: .if defined(WITH_SHAREWARE_DATA) @${ECHO_MSG} "Define WITH_SHAREWARE_DATA to install demo version game data" .endif -.if !defined(WITHOUT_XMMS) && exists(${X11BASE}/lib/libxmms.so.3) +.if !defined(WITHOUT_XMMS) && exists(${X11BASE}/lib/libxmms.so.4) @${ECHO_MSG} "Define WITHOUT_XMMS to build without \`\`MP3 Player'' feature" .endif .if !defined(WITH_OPTIMIZED_CFLAGS) |