aboutsummaryrefslogtreecommitdiff
path: root/audio/soundgrab
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-29 16:47:42 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-29 16:47:42 +0000
commite6353d0b3db307b860585f8ab426823ebe603cb0 (patch)
tree006d8263c256450d1533fb1effbde963c31ee3c0 /audio/soundgrab
parent3c027b3dce2f4e990f09b0e5b44f4b086a58f8c8 (diff)
downloadports-e6353d0b3db307b860585f8ab426823ebe603cb0.tar.gz
ports-e6353d0b3db307b860585f8ab426823ebe603cb0.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300219
Diffstat (limited to 'audio/soundgrab')
-rw-r--r--audio/soundgrab/Makefile4
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