diff options
author | skv <skv@FreeBSD.org> | 2009-02-24 21:29:22 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-02-24 21:29:22 +0800 |
commit | 872befb51d26885fa218e4062cc2f63459c7ddcd (patch) | |
tree | e0511daca5b4b0cb82bc55721f797edf3fa21a9d /audio/soundgrab | |
parent | b77f8189e85d565569566af60052f899d974c382 (diff) | |
download | freebsd-ports-gnome-872befb51d26885fa218e4062cc2f63459c7ddcd.tar.gz freebsd-ports-gnome-872befb51d26885fa218e4062cc2f63459c7ddcd.tar.zst freebsd-ports-gnome-872befb51d26885fa218e4062cc2f63459c7ddcd.zip |
Use variables SITE_PERL and SITE_PERL_REL where appropriate.
Diffstat (limited to 'audio/soundgrab')
-rw-r--r-- | audio/soundgrab/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/soundgrab/Makefile b/audio/soundgrab/Makefile index 7850b4514880..96b593eb83ec 100644 --- a/audio/soundgrab/Makefile +++ b/audio/soundgrab/Makefile @@ -20,10 +20,8 @@ RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ rawplay:${PORTSDIR}/audio/rawrec \ oggenc:${PORTSDIR}/audio/vorbis-tools \ flac:${PORTSDIR}/audio/flac \ - ${PERL_SITELIBDIR}/${PERL_VER}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ - ${PERL_SITELIBDIR}/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes - -PERL_SITELIBDIR= ${LOCALBASE}/lib/perl5/site_perl + ${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 USE_PERL5= yes NO_BUILD= yes |