diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-15 16:12:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-15 16:12:20 +0800 |
commit | 2d9ec7b6a653c187fc77fc06c1629bedac4d3d2f (patch) | |
tree | 41a5f070d05e4c30095d6a6d7c571cee440e11d8 /www/libwww | |
parent | 289cdea36a88a4ff416e77733c1b6832beb3b2ee (diff) | |
download | freebsd-ports-gnome-2d9ec7b6a653c187fc77fc06c1629bedac4d3d2f.tar.gz freebsd-ports-gnome-2d9ec7b6a653c187fc77fc06c1629bedac4d3d2f.tar.zst freebsd-ports-gnome-2d9ec7b6a653c187fc77fc06c1629bedac4d3d2f.zip |
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index ff8c6a185e94..f501afe022a8 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -14,9 +14,8 @@ COMMENT= The W3C Reference Library USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl=${OPENSSLBASE} -USES= perl5 +USES= perl5 gmake USE_PERL5= build USE_LDCONFIG= yes USE_OPENSSL= yes |