aboutsummaryrefslogtreecommitdiffstats
path: root/audio/musicpd
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-12-21 00:14:14 +0800
committernaddy <naddy@FreeBSD.org>2003-12-21 00:14:14 +0800
commit5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (patch)
treed86735ea3fd63f05658c7cbdade459b1a54838f6 /audio/musicpd
parente64af3bd9c6ee7bef0ac283907ab153e12eeb660 (diff)
downloadfreebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.gz
freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.zst
freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.zip
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'audio/musicpd')
-rw-r--r--audio/musicpd/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 1dbf988191d4..f2c831f76928 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= musicpd
PORTVERSION= 0.9.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -38,10 +38,10 @@ CONFIGURE_ARGS+=--disable-flac
LIB_DEPENDS+= FLAC.5:${PORTSDIR}/audio/flac
.endif
-.ifdef(WITHOUT_OGG)
+.ifdef(WITHOUT_VORBIS)
CONFIGURE_ARGS+=--disable-ogg
.else
-LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
.endif
.ifdef(WITHOUT_WAV)
@@ -76,10 +76,10 @@ PLIST_SUB+= RC_SUFX=${RC_SUFX}
pre-everything::
@${ECHO_CMD} "You can build ${PKGNAME} with the following options:"
@${ECHO_CMD}
- @${ECHO_CMD} "WITHOUT_OGG Disable OGG-Vorbis-support"
- @${ECHO_CMD} "WITHOUT_FLAC Disable FLAC-support"
- @${ECHO_CMD} "WITHOUT_WAV Disable libao-support"
- @${ECHO_CMD} "WITHOUT_ICONV Disable international-chars-support"
+ @${ECHO_CMD} "WITHOUT_VORBIS Disable Ogg Vorbis support"
+ @${ECHO_CMD} "WITHOUT_FLAC Disable FLAC support"
+ @${ECHO_CMD} "WITHOUT_WAV Disable libao support"
+ @${ECHO_CMD} "WITHOUT_ICONV Disable international chars support"
@${ECHO_CMD}
post-build: