diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 01:01:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 01:01:36 +0800 |
commit | 25b827806b76112495e2d390912f6667b7b3ce39 (patch) | |
tree | 6d9bf2c42239eb7fa59e3a370ddfad85fecabb87 /science/liblinear | |
parent | 4064d32e36669bd57f992b0944164024af9eb84f (diff) | |
download | freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.tar.gz freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.tar.zst freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.zip |
Convert s* to USES=zip
Diffstat (limited to 'science/liblinear')
-rw-r--r-- | science/liblinear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/liblinear/Makefile b/science/liblinear/Makefile index b26de0282872..38b22b23ba35 100644 --- a/science/liblinear/Makefile +++ b/science/liblinear/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT OPTIONS_DEFINE= OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS -USE_ZIP= yes +USES= zip TXT_DOCS= COPYRIGHT README |