diff options
author | culot <culot@FreeBSD.org> | 2012-06-05 15:02:36 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-05 15:02:36 +0800 |
commit | 631de5d2d78d6273d31d64bedfa07312f0b0c194 (patch) | |
tree | c122a94d6f41d85d7a4c0f0447aca3f4deb9b557 /textproc/p5-Search-VectorSpace | |
parent | 3a10b3c91cb17bb6561910db95b24a453f883da2 (diff) | |
download | freebsd-ports-gnome-631de5d2d78d6273d31d64bedfa07312f0b0c194.tar.gz freebsd-ports-gnome-631de5d2d78d6273d31d64bedfa07312f0b0c194.tar.zst freebsd-ports-gnome-631de5d2d78d6273d31d64bedfa07312f0b0c194.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'textproc/p5-Search-VectorSpace')
-rw-r--r-- | textproc/p5-Search-VectorSpace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Search-VectorSpace/Makefile b/textproc/p5-Search-VectorSpace/Makefile index 43eab2de67ba..1d5a01859ad3 100644 --- a/textproc/p5-Search-VectorSpace/Makefile +++ b/textproc/p5-Search-VectorSpace/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A very basic vector-space search engine perl module -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PDL.pm:${PORTSDIR}/math/PDL \ - ${SITE_PERL}/Lingua/Stem.pm:${PORTSDIR}/textproc/p5-Lingua-Stem +BUILD_DEPENDS= PDL>=0:${PORTSDIR}/math/PDL \ + p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |