diff options
author | ahze <ahze@FreeBSD.org> | 2007-02-26 04:05:27 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-02-26 04:05:27 +0800 |
commit | bd8337b25f22901d3c7d82ee0d7616f4ac24757c (patch) | |
tree | 7e3ab1403bc96f476c8823fcef6a0ba3003effe8 /audio/cynthiune | |
parent | 03371ce1b0356dd8fa491cf318952c65521f2a96 (diff) | |
download | freebsd-ports-graphics-bd8337b25f22901d3c7d82ee0d7616f4ac24757c.tar.gz freebsd-ports-graphics-bd8337b25f22901d3c7d82ee0d7616f4ac24757c.tar.zst freebsd-ports-graphics-bd8337b25f22901d3c7d82ee0d7616f4ac24757c.zip |
Chase lib version bump in libmpcdec
Diffstat (limited to 'audio/cynthiune')
-rw-r--r-- | audio/cynthiune/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cynthiune/Makefile b/audio/cynthiune/Makefile index 5dbb1631165..21fe05e3f1b 100644 --- a/audio/cynthiune/Makefile +++ b/audio/cynthiune/Makefile @@ -7,6 +7,7 @@ PORTNAME= cynthiune PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= audio gnustep MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/c/cynthiune.app @@ -17,7 +18,7 @@ COMMENT= Romantic music player for GNUstep LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac LIB_DEPENDS+= tag.5:${PORTSDIR}/audio/taglib -LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec +LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts |