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 /german | |
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 'german')
-rw-r--r-- | german/hunspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/german/hunspell/Makefile b/german/hunspell/Makefile index fc5f6b2cec6b..8a5c3088ab17 100644 --- a/german/hunspell/Makefile +++ b/german/hunspell/Makefile @@ -13,11 +13,11 @@ COMMENT= German hunspell dictionaries BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell \ hunspell:${PORTSDIR}/textproc/hunspell -USES= shebangfix +USES= shebangfix perl5 USE_BZIP2= yes ALL_TARGET= hunspell-all USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build SHEBANG_FILES= bin/*.pl PLIST_FILES= %%DATADIR%%/de_AT.aff \ |