diff options
author | az <az@FreeBSD.org> | 2012-06-30 02:37:54 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 02:37:54 +0800 |
commit | af4ec4006f463fbe1f7949aaebfee4998c65965c (patch) | |
tree | 4912cde1f66a04f2e27c57bc8768fe6f15319ed9 /textproc | |
parent | 6f8ed08f2821e7fb0cc255f7056e2931faec9f55 (diff) | |
download | freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.tar.gz freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.tar.zst freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/intltool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index afeef5808270..359828e335fa 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -14,8 +14,8 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Tools to internationalize various kinds of data files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_GMAKE= yes USE_ICONV= yes |