diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
commit | 63d96de22f82f902e63a87ea5145bb12c985aad6 (patch) | |
tree | b547f3a265861dfb243e0d8ad3978b9bf05b317f /games/quakeforge | |
parent | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (diff) | |
download | ports-63d96de22f82f902e63a87ea5145bb12c985aad6.tar.gz ports-63d96de22f82f902e63a87ea5145bb12c985aad6.zip |
Catch up with libogg/libvorbis version bump.
Notes
Notes:
svn path=/head/; revision=96270
Diffstat (limited to 'games/quakeforge')
-rw-r--r-- | games/quakeforge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index d8db2bfd1eae..790f972bd878 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -107,7 +107,7 @@ PLIST_SUB+= SVGA:="@comment " .endif .if !defined(WITHOUT_VORBIS) && defined(WITH_VORBIS) -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+=--with-ogg=${LOCALBASE} --with-vorbis=${LOCALBASE} PLIST_SUB+= VORBIS:="" .else |