diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:41:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:41:28 +0000 |
commit | 4f9a4c9a942ca6e727f1bc219e5a4f6455cdf776 (patch) | |
tree | fa30c5a272c5bca86ab06c6a0cfd55c2d6a9f6e0 /textproc/intltool | |
parent | 79c6756b725080e72a499f12b3a3387ec7eea9cd (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327088
Diffstat (limited to 'textproc/intltool')
-rw-r--r-- | textproc/intltool/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index d386a4afc8a9..93fdc90acfbc 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -14,9 +14,7 @@ COMMENT= Tools to internationalize various kinds of data files 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 -USES= iconv -USE_PERL5= yes +USES= iconv gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir="${PREFIX}/libdata" |