diff options
Diffstat (limited to 'www/libwww/Makefile')
-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/ |