diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-19 16:38:49 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-19 16:38:49 +0000 |
commit | 2cb6e518521c3503cdeddef8b0be23f5d997c768 (patch) | |
tree | 83b562e393c98a7e92f50f016e1fefdbb039482b /www/libwww | |
parent | a2f301d7d8fa0fbe465d5c7e40fb135d663d49d1 (diff) | |
download | ports-2cb6e518521c3503cdeddef8b0be23f5d997c768.tar.gz ports-2cb6e518521c3503cdeddef8b0be23f5d997c768.zip |
Notes
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 025da6f3099e..87b8f1e8556e 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -12,16 +12,12 @@ MAINTAINER= marius@nuenneri.ch COMMENT= The W3C Reference Library GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl=${OPENSSLBASE} +CONFIGURE_ARGS= --with-zlib --with-ssl=${OPENSSLBASE} USES= perl5 gmake libtool tar:tgz USE_PERL5= build USE_LDCONFIG= yes USE_OPENSSL= yes -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - post-install: ${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \ ${STAGEDIR}${PREFIX}/include/w3c-libwww/ |