diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-03 13:16:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-03 13:16:31 +0800 |
commit | 210f8462b8b6764f1a518a3fb5c7f2592c8acc26 (patch) | |
tree | 37a06576cc060f2afce44b637374caadd104aaae /textproc | |
parent | f71322a1421a78627fbc81d04cf5093ae25e3152 (diff) | |
download | freebsd-ports-gnome-210f8462b8b6764f1a518a3fb5c7f2592c8acc26.tar.gz freebsd-ports-gnome-210f8462b8b6764f1a518a3fb5c7f2592c8acc26.tar.zst freebsd-ports-gnome-210f8462b8b6764f1a518a3fb5c7f2592c8acc26.zip |
Add USE_PERL5.
Submitted by: bento
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xml-i18n-tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile index 1a16834c8bd0..c8b73b5b917c 100644 --- a/textproc/xml-i18n-tools/Makefile +++ b/textproc/xml-i18n-tools/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 MAINTAINER= gnome@FreeBSD.org USE_GMAKE= yes +USE_PERL5= yes USE_LIBTOOL= yes .include <bsd.port.mk> |