aboutsummaryrefslogtreecommitdiffstats
path: root/devel/clanlib-devel
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-12-21 00:37:57 +0800
committernaddy <naddy@FreeBSD.org>2003-12-21 00:37:57 +0800
commit65c95ed317d5247174995e434fc6898807b43115 (patch)
treeed49bb0c5e68c117a3f3b746e36ddafc32401539 /devel/clanlib-devel
parent5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (diff)
downloadfreebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.tar.gz
freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.tar.zst
freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.zip
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'devel/clanlib-devel')
-rw-r--r--devel/clanlib-devel/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/clanlib-devel/Makefile b/devel/clanlib-devel/Makefile
index 5023f04026ae..31bb60c3e6bf 100644
--- a/devel/clanlib-devel/Makefile
+++ b/devel/clanlib-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= clanlib
PORTVERSION= 0.7.5.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://clanlib.org/~sphair/download/
DISTNAME= ClanLib-${PORTVERSION:R}-${PORTVERSION:E}
@@ -61,7 +62,7 @@ USE_MESA= yes
PLIST_SUB+= OPENGL=""
.endif
-.if defined(WITHOUT_LIBMIKMOD)
+.if defined(WITHOUT_MIKMOD)
CONFIGURE_ARGS+= --disable-clanMikMod
PLIST_SUB+= LIBMIKMOD="@comment "
.else
@@ -69,11 +70,11 @@ LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod
PLIST_SUB+= LIBMIKMOD=""
.endif
-.if defined(WITHOUT_LIBVORBIS)
+.if defined(WITHOUT_VORBIS)
CONFIGURE_ARGS+= --disable-clanVorbis
PLIST_SUB+= LIBVORBIS="@comment "
.else
-LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
PLIST_SUB+= LIBVORBIS=""
.endif
@@ -82,8 +83,8 @@ pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} " WITHOUT_SDL=yes Turns off SDL support"
@${ECHO_MSG} " WITHOUT_OPENGL=yes Turns off OpenGL support"
- @${ECHO_MSG} " WITHOUT_LIBMIKMOD=yes Turns off libmikmod support"
- @${ECHO_MSG} " WITHOUT_LIBVORBIS=yes Turns off libvorbis support"
+ @${ECHO_MSG} " WITHOUT_MIKMOD=yes Turns off libmikmod support"
+ @${ECHO_MSG} " WITHOUT_VORBIS=yes Turns off libvorbis support"
@${ECHO_MSG} ""
post-patch: