diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 10:28:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 10:28:22 +0000 |
commit | 93d708a54189cce4d217f0d82b031b6eec107887 (patch) | |
tree | 692c6e73cace106a1752641e8ea6a5d9e5f88787 | |
parent | 33699a5ff02b29fed59b0ed67e8f6375262f9f51 (diff) | |
download | ports-93d708a54189cce4d217f0d82b031b6eec107887.tar.gz ports-93d708a54189cce4d217f0d82b031b6eec107887.zip |
Notes
-rw-r--r-- | audio/cripple/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cripple/Makefile b/audio/cripple/Makefile index 6bfd2441c00d..46b4ce0c441f 100644 --- a/audio/cripple/Makefile +++ b/audio/cripple/Makefile @@ -7,6 +7,7 @@ PORTNAME= cripple PORTVERSION= 0.06b +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.vortex.prodigynet.co.uk/${PORTNAME}/ @@ -17,7 +18,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_CDRTOOLS= yes -LIB_DEPENDES+= cdio.7:${PORTSDIR}/sysutils/libcdio +LIB_DEPENDES+= cdio.8:${PORTSDIR}/sysutils/libcdio RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame\ cdparanoia:${PORTSDIR}/audio/cdparanoia |