diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:05:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:05:11 +0000 |
commit | 06af334ab9027f9aaad087ad2a4f1e684dc5cec7 (patch) | |
tree | 8565138a516db94da31b12ab4e904d78eae496cc /games/quakeforge/Makefile | |
parent | 51a8fd3777120b02785a4df2630c2b70a3dbdf13 (diff) |
Notes
Diffstat (limited to 'games/quakeforge/Makefile')
-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 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 |