diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-05 03:03:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-05 03:03:28 +0800 |
commit | 04b6b8eaba2f7ff7d3e5eda49ff408ac525323ee (patch) | |
tree | 00aa9e692599b5e8fc0829f0455014b6cba967c5 /textproc/intltool | |
parent | 0a1885a211c81f56dc6b158782ca2313f157ba4b (diff) | |
download | freebsd-ports-gnome-04b6b8eaba2f7ff7d3e5eda49ff408ac525323ee.tar.gz freebsd-ports-gnome-04b6b8eaba2f7ff7d3e5eda49ff408ac525323ee.tar.zst freebsd-ports-gnome-04b6b8eaba2f7ff7d3e5eda49ff408ac525323ee.zip |
Add USE_PERL5.
Diffstat (limited to 'textproc/intltool')
-rw-r--r-- | textproc/intltool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 6406a4cc40c4..b56fcd4e3dea 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_BZIP2= yes USE_GMAKE= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |