diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:25:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:25:25 +0000 |
commit | 90e4be82825ccbf0a54d7f0c86778e37faa24604 (patch) | |
tree | e4d42d1a01d2f26e6678f4a42045d4b7ee2dadf6 /textproc/el-hyphen | |
parent | e42fb6b674459aeb59304ab3398a9804ff8e9237 (diff) | |
download | ports-90e4be82825ccbf0a54d7f0c86778e37faa24604.tar.gz ports-90e4be82825ccbf0a54d7f0c86778e37faa24604.zip |
Convert textproc to USES=zip
Notes
Notes:
svn path=/head/; revision=347786
Diffstat (limited to 'textproc/el-hyphen')
-rw-r--r-- | textproc/el-hyphen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/el-hyphen/Makefile b/textproc/el-hyphen/Makefile index 30e6398080a5..730f2680ca01 100644 --- a/textproc/el-hyphen/Makefile +++ b/textproc/el-hyphen/Makefile @@ -14,7 +14,7 @@ COMMENT= Greek hyphenation rules LICENSE= LGPL21 -EXTRACT_SUFX= .zip +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes |