aboutsummaryrefslogtreecommitdiff
path: root/audio/soundgrab
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/soundgrab
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
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/soundgrab')
-rw-r--r--audio/soundgrab/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/soundgrab/Makefile b/audio/soundgrab/Makefile
index 55df71365921..f84eb3e6f2eb 100644
--- a/audio/soundgrab/Makefile
+++ b/audio/soundgrab/Makefile
@@ -10,12 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactively select and save sections of an audio file
-RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
- rawplay:${PORTSDIR}/audio/rawrec \
- oggenc:${PORTSDIR}/audio/vorbis-tools \
- flac:${PORTSDIR}/audio/flac \
- p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \
- p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS= sox:audio/sox \
+ rawplay:audio/rawrec \
+ oggenc:audio/vorbis-tools \
+ flac:audio/flac \
+ p5-ReadLine-Gnu>=0:devel/p5-ReadLine-Gnu \
+ p5-Time-HiRes>=0:devel/p5-Time-HiRes
LICENSE= GPLv2