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 /hebrew | |
parent | 72f161ac2be956eed5cd2555e50db7646137b358 (diff) | |
download | freebsd-ports-gnome-0346e357a8f73c143719b71055331d2a1f44626e.tar.gz freebsd-ports-gnome-0346e357a8f73c143719b71055331d2a1f44626e.tar.zst freebsd-ports-gnome-0346e357a8f73c143719b71055331d2a1f44626e.zip |
- Convert to new perl framework
Approved by: bapt@ (office@)
Diffstat (limited to 'hebrew')
-rw-r--r-- | hebrew/hunspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hebrew/hunspell/Makefile b/hebrew/hunspell/Makefile index db95e719a467..c6ff7a3e3738 100644 --- a/hebrew/hunspell/Makefile +++ b/hebrew/hunspell/Makefile @@ -18,11 +18,12 @@ COMMENT= Hebrew hunspell dictionaries BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv +USES= perl5 ALL_TARGET= hunspell CONFIGURE_ARGS= --enable-fatverb GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build PLIST_FILES= %%DATADIR%%/he.aff \ %%DATADIR%%/he.dic |