diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2007-02-26 05:36:23 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-02-26 05:36:23 +0000 |
commit | 90dd37c655a33cde4bf086a99e5490a0fed1396a (patch) | |
tree | cc7940f4d579924d13085a409b08f5b03618825a /audio/musicpd | |
parent | Force commit for this: (diff) |
Bump PORTREVISION: mpcdec.4 -> mpcdec.5
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index f67d2b5d2b92..ad1dcce74f10 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= musicpd PORTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= http://musicpd.org/uploads/files/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -59,7 +60,7 @@ CONFIGURE_ARGS+=--disable-aac .endif .ifdef(WITH_MUSEPACK) -LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec +LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec .else CONFIGURE_ARGS+=--disable-mpc .endif |