diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2012-01-18 17:36:27 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2012-01-18 17:36:27 +0000 |
commit | 719264f183f6cfe0439942bb329d5a9f57b83cf1 (patch) | |
tree | c3be8e5fe5275467409ac0e476ac3ef94340af5a /audio/cripple | |
parent | 7a7150742905bbb52960a3f85218b5348539b0e9 (diff) |
Notes
Diffstat (limited to 'audio/cripple')
-rw-r--r-- | audio/cripple/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cripple/Makefile b/audio/cripple/Makefile index 512d4d9f9a24..b66329c7989e 100644 --- a/audio/cripple/Makefile +++ b/audio/cripple/Makefile @@ -7,7 +7,7 @@ PORTNAME= cripple PORTVERSION= 0.06b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://www.vortex.prodigynet.co.uk/${PORTNAME}/ @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_CDRTOOLS= yes MAKE_JOBS_SAFE= yes -LIB_DEPENDS+= cdio.12:${PORTSDIR}/sysutils/libcdio +LIB_DEPENDS+= cdio.13:${PORTSDIR}/sysutils/libcdio RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame\ cdparanoia:${PORTSDIR}/audio/cdparanoia |