diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 18:37:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 18:37:54 +0000 |
commit | e214c57b8fad6b65a81142c6ee9706b283425b67 (patch) | |
tree | eed21cdf3f481be4e91106396ae24c5049eac3d1 /textproc | |
parent | 042ea2947aef8c163db8d1f3fe5110ed8add79e4 (diff) |
Notes
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 |