diff options
author | az <az@FreeBSD.org> | 2013-08-04 20:47:44 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-04 20:47:44 +0800 |
commit | 0346e357a8f73c143719b71055331d2a1f44626e (patch) | |
tree | 80de604840dbb4c239ca54079f279bd67a30b840 /textproc/hyphen | |
parent | 72f161ac2be956eed5cd2555e50db7646137b358 (diff) | |
download | freebsd-ports-graphics-0346e357a8f73c143719b71055331d2a1f44626e.tar.gz freebsd-ports-graphics-0346e357a8f73c143719b71055331d2a1f44626e.tar.zst freebsd-ports-graphics-0346e357a8f73c143719b71055331d2a1f44626e.zip |
- Convert to new perl framework
Approved by: bapt@ (office@)
Diffstat (limited to 'textproc/hyphen')
-rw-r--r-- | textproc/hyphen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hyphen/Makefile b/textproc/hyphen/Makefile index 375cdbb3666..f1af69bc312 100644 --- a/textproc/hyphen/Makefile +++ b/textproc/hyphen/Makefile @@ -12,9 +12,9 @@ COMMENT= Library for high quality hyphenation and justification BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix perl5 +USE_PERL5= build USE_LDCONFIG= yes -USE_PERL5_BUILD= yes CONFIGURE_ENV+= ac_cv_prog_AWK=gawk |