aboutsummaryrefslogtreecommitdiff
path: root/audio/streamripper
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/streamripper
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'audio/streamripper')
-rw-r--r--audio/streamripper/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile
index 7a0295408dd4..72add71783ad 100644
--- a/audio/streamripper/Makefile
+++ b/audio/streamripper/Makefile
@@ -15,8 +15,8 @@ COMMENT= Splits SHOUTcast stream into tracks
LICENSE= GPLv2
-LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \
- libtre.so:${PORTSDIR}/textproc/libtre
+LIB_DEPENDS= libmad.so:audio/libmad \
+ libtre.so:textproc/libtre
OPTIONS_DEFINE= FAAD VORBIS
OPTIONS_DEFAULT=FAAD VORBIS
@@ -39,10 +39,10 @@ LDFLAGS+= -Lcdk-${CDK_VERSION} -L${LOCALBASE}/lib
CDK_VERSION= 5.0-20060507
FAAD_CONFIGURE_OFF= ac_cv_lib_faad_NeAACDecDecode2=no
-FAAD_LIB_DEPENDS= libfaad.so:${PORTSDIR}/audio/faad
+FAAD_LIB_DEPENDS= libfaad.so:audio/faad
VORBIS_CONFIGURE_WITH= ogg
-VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
+VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis
post-extract:
${MV} ${WRKDIR}/cdk-${CDK_VERSION} ${WRKSRC}