diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-28 21:43:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-28 21:43:41 +0000 |
commit | c7f302cd989cf9df7da090f1eee9c9ae0e4adb53 (patch) | |
tree | 052e791fe1e4fbdef878cd5a2d89870ef7a5ca48 /audio/cripple | |
parent | 999eafaca567a92cb30314a97c440a3bd3dbe2a1 (diff) | |
download | ports-c7f302cd989cf9df7da090f1eee9c9ae0e4adb53.tar.gz ports-c7f302cd989cf9df7da090f1eee9c9ae0e4adb53.zip |
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 46b4ce0c441f..ac9d5dc43f50 100644 --- a/audio/cripple/Makefile +++ b/audio/cripple/Makefile @@ -7,7 +7,7 @@ PORTNAME= cripple PORTVERSION= 0.06b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.vortex.prodigynet.co.uk/${PORTNAME}/ @@ -18,7 +18,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_CDRTOOLS= yes -LIB_DEPENDES+= cdio.8:${PORTSDIR}/sysutils/libcdio +LIB_DEPENDS+= cdio.8:${PORTSDIR}/sysutils/libcdio RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame\ cdparanoia:${PORTSDIR}/audio/cdparanoia |