diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-10 22:52:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-10 22:52:46 +0800 |
commit | 79115653f3e43065adb235ab82c487c7ee391ae0 (patch) | |
tree | a12d67f65365c345c722de1f632aa645a56ddb12 | |
parent | 365d81bafff5b9accbe7d264a4dc790418804a79 (diff) | |
download | freebsd-ports-gnome-79115653f3e43065adb235ab82c487c7ee391ae0.tar.gz freebsd-ports-gnome-79115653f3e43065adb235ab82c487c7ee391ae0.tar.zst freebsd-ports-gnome-79115653f3e43065adb235ab82c487c7ee391ae0.zip |
Convert h* to USES=zip
-rw-r--r-- | hungarian/hyphen/Makefile | 2 | ||||
-rw-r--r-- | hungarian/mythes/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hungarian/hyphen/Makefile b/hungarian/hyphen/Makefile index f10c833bc608..e69d1a84516c 100644 --- a/hungarian/hyphen/Makefile +++ b/hungarian/hyphen/Makefile @@ -13,7 +13,7 @@ COMMENT= Hungarian hyphenation rules LICENSE= LGPL21 -EXTRACT_SUFX= .zip +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/hungarian/mythes/Makefile b/hungarian/mythes/Makefile index 6f5b0a153602..27ee1c6c6532 100644 --- a/hungarian/mythes/Makefile +++ b/hungarian/mythes/Makefile @@ -13,7 +13,7 @@ COMMENT= Hungarian thesaurus LICENSE= GPLv2 -EXTRACT_SUFX= .zip +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes |