diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-03 05:16:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-03 05:16:31 +0000 |
commit | 0e370bb21b40496e87808abdef8fea620ca8a1a2 (patch) | |
tree | 839b7e6f612ff5265186aedf41c3f80de5e14569 /textproc | |
parent | Add C versions of the pnohang and ptimeout scripts (previously written in (diff) |
Add USE_PERL5.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=69316
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> |