diff options
author | az <az@FreeBSD.org> | 2012-06-03 13:56:20 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-03 13:56:20 +0800 |
commit | 303152e485305692547dd3fe0058dab07ba47201 (patch) | |
tree | 626427fb2e17aec1a059d038698293ff5d9cdc3b /textproc/p5-Plucene | |
parent | ff5eaf949b324f1d547eed981ccae39a32fe6459 (diff) | |
download | freebsd-ports-gnome-303152e485305692547dd3fe0058dab07ba47201.tar.gz freebsd-ports-gnome-303152e485305692547dd3fe0058dab07ba47201.tar.zst freebsd-ports-gnome-303152e485305692547dd3fe0058dab07ba47201.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM)
Diffstat (limited to 'textproc/p5-Plucene')
-rw-r--r-- | textproc/p5-Plucene/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/textproc/p5-Plucene/Makefile b/textproc/p5-Plucene/Makefile index eb738acacad4..6a0fe2b27379 100644 --- a/textproc/p5-Plucene/Makefile +++ b/textproc/p5-Plucene/Makefile @@ -16,14 +16,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl port of the Java Lucene search engine -BUILD_DEPENDS= ${SITE_PERL}/Tie/Array/Sorted.pm:${PORTSDIR}/devel/p5-Tie-Array-Sorted \ - ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ - ${SITE_PERL}/Class/Virtual.pm:${PORTSDIR}/devel/p5-Class-Virtual \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece \ - ${SITE_PERL}/Lingua/Stem/En.pm:${PORTSDIR}/textproc/p5-Lingua-Stem \ - ${SITE_PERL}/Bit/Vector/Minimal.pm:${PORTSDIR}/math/p5-Bit-Vector-Minimal \ - ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy +BUILD_DEPENDS= p5-Tie-Array-Sorted>=0:${PORTSDIR}/devel/p5-Tie-Array-Sorted \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-Class-Virtual>=0:${PORTSDIR}/devel/p5-Class-Virtual \ + p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece \ + p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem \ + p5-Bit-Vector-Minimal>=0:${PORTSDIR}/math/p5-Bit-Vector-Minimal \ + p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |