diff options
author | az <az@FreeBSD.org> | 2012-06-05 19:46:48 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-05 19:46:48 +0800 |
commit | 6962545ccff1d63f4f072f5df929facf58ea6dd3 (patch) | |
tree | 633659fcf8037e2df702fe0f4fb5453d26592df6 /textproc | |
parent | 04c5deb4fd3441841209d06d8b0a3947846834bb (diff) | |
download | freebsd-ports-gnome-6962545ccff1d63f4f072f5df929facf58ea6dd3.tar.gz freebsd-ports-gnome-6962545ccff1d63f4f072f5df929facf58ea6dd3.tar.zst freebsd-ports-gnome-6962545ccff1d63f4f072f5df929facf58ea6dd3.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (lth@ via email)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect-Number/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Lingua-EN-Inflect-Number/Makefile b/textproc/p5-Lingua-EN-Inflect-Number/Makefile index ef85c61c312f..8e5ecd16c212 100644 --- a/textproc/p5-Lingua-EN-Inflect-Number/Makefile +++ b/textproc/p5-Lingua-EN-Inflect-Number/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Force number of words to singular or plural -BUILD_DEPENDS= ${SITE_PERL}/Lingua/EN/Inflect.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect +BUILD_DEPENDS= p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index 784ac49f2ae0..4f47b7a69038 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -14,8 +14,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= lth@FreeBSD.org COMMENT= Read record-oriented files -BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/Text/TabularDisplay.pm:${PORTSDIR}/textproc/p5-Text-TabularDisplay \ +BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ + p5-Text-TabularDisplay>=0:${PORTSDIR}/textproc/p5-Text-TabularDisplay \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ |