diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-08 08:12:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-08 08:12:20 +0800 |
commit | b2b9e453bbef47d6abfbc2d942c1b675b1f0897a (patch) | |
tree | bf9cfad8d75ec4309e7d94a8972a7ff8cb74d074 /www | |
parent | 239cda3d17e88eff787af07d96e605740199c785 (diff) | |
download | freebsd-ports-gnome-b2b9e453bbef47d6abfbc2d942c1b675b1f0897a.tar.gz freebsd-ports-gnome-b2b9e453bbef47d6abfbc2d942c1b675b1f0897a.tar.zst freebsd-ports-gnome-b2b9e453bbef47d6abfbc2d942c1b675b1f0897a.zip |
- Use USES=zip
Diffstat (limited to 'www')
-rw-r--r-- | www/protovis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/protovis/Makefile b/www/protovis/Makefile index 4f57a0c40ac0..00298f419a23 100644 --- a/www/protovis/Makefile +++ b/www/protovis/Makefile @@ -5,7 +5,6 @@ PORTNAME= protovis PORTVERSION= 3.2 CATEGORIES= www MASTER_SITES= GOOGLE_CODE -EXTRACT_SUFX= .zip MAINTAINER= sunpoet@FreeBSD.org COMMENT= JavaScript graphical toolkit for data visualization @@ -15,6 +14,7 @@ LICENSE= BSD3CLAUSE OPTIONS_DEFINE= DOCS EXAMPLES NO_BUILD= yes +USES= zip PORTDOCS= * PORTEXAMPLES= * |