aboutsummaryrefslogtreecommitdiff
path: root/audio/musicpd
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2005-03-16 14:50:13 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2005-03-16 14:50:13 +0000
commitc65892996765bb99500d4c50b5e409b69317b978 (patch)
treedee07b2e00944aac36439781f32962627c6be9d8 /audio/musicpd
parente8c58c6b92471d63cf0285641edd76878833b892 (diff)
downloadports-c65892996765bb99500d4c50b5e409b69317b978.tar.gz
ports-c65892996765bb99500d4c50b5e409b69317b978.zip
Notes
Diffstat (limited to 'audio/musicpd')
-rw-r--r--audio/musicpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index afc905418098..6e56ad3fe140 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= musicpd
PORTVERSION= 0.11.5
+PORTREVISION= 1
CATEGORIES= audio ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -41,7 +42,7 @@ USE_RC_SUBR= yes
.ifdef(WITHOUT_FLAC)
CONFIGURE_ARGS+=--disable-flac
.else
-LIB_DEPENDS+= FLAC.5:${PORTSDIR}/audio/flac
+LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac
.endif
.ifdef(WITHOUT_VORBIS)