diff options
author | az <az@FreeBSD.org> | 2012-06-30 00:47:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 00:47:42 +0800 |
commit | 5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae (patch) | |
tree | 6c92964daaa632260369a3b1af695c201e7f3fcb /audio/soundgrab | |
parent | a69df40abcf6c0679144d4bfbc59ecd188480438 (diff) | |
download | freebsd-ports-gnome-5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae.tar.gz freebsd-ports-gnome-5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae.tar.zst freebsd-ports-gnome-5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'audio/soundgrab')
-rw-r--r-- | audio/soundgrab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/soundgrab/Makefile b/audio/soundgrab/Makefile index 493dd6d9b7b3..05615789aef8 100644 --- a/audio/soundgrab/Makefile +++ b/audio/soundgrab/Makefile @@ -20,8 +20,8 @@ RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ rawplay:${PORTSDIR}/audio/rawrec \ oggenc:${PORTSDIR}/audio/vorbis-tools \ flac:${PORTSDIR}/audio/flac \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \ + p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes LICENSE= GPLv2 |