diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 18:01:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 18:01:09 +0000 |
commit | 4ea7b9edaecb51f9e3084d746156c73f4cd43962 (patch) | |
tree | 39484054f818fd9d23cb1801b9817b3fb958f201 /www/axis2/Makefile | |
parent | 97987cee2a8e24656a01c8ef2171aed9846ee32a (diff) |
Convert www to USES=zip
Notes
Notes:
svn path=/head/; revision=347789
Diffstat (limited to 'www/axis2/Makefile')
-rw-r--r-- | www/axis2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/axis2/Makefile b/www/axis2/Makefile index 55a8dc7068a3..f6c57f34f1ba 100644 --- a/www/axis2/Makefile +++ b/www/axis2/Makefile @@ -13,7 +13,7 @@ COMMENT= Provides a Web Services,SOAP and WSDL engine from Apache LICENSE= APACHE20 -USE_ZIP= yes +USES= zip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes |