aboutsummaryrefslogtreecommitdiffstats
path: root/audio/streamripper
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 21:29:15 +0800
committermat <mat@FreeBSD.org>2016-04-01 21:29:15 +0800
commit96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/streamripper
parent734d10a8b4340cbeb3639bfaf8c7249ec7089c0a (diff)
downloadfreebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.gz
freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.zst
freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
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}