diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-17 23:44:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-17 23:44:11 +0000 |
commit | b484a4b30a17bbf1c7a1d5cbf92b0f797c410987 (patch) | |
tree | 9c2d64858d998043558ea069d72b50156b8a990e /games/quakeforge | |
parent | c0a9694bf695ff50ff665bd143cd5c77e06de82f (diff) | |
download | ports-b484a4b30a17bbf1c7a1d5cbf92b0f797c410987.tar.gz ports-b484a4b30a17bbf1c7a1d5cbf92b0f797c410987.zip |
Notes
Diffstat (limited to 'games/quakeforge')
-rw-r--r-- | games/quakeforge/Makefile | 4 |
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 |