diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-20 00:38:49 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-20 00:38:49 +0800 |
commit | 07418d4048ed0da1b1aa70450256db319484088c (patch) | |
tree | 83b562e393c98a7e92f50f016e1fefdbb039482b /www | |
parent | 503cac8b663fdd493b8dcdb4ae26380d4d9d04f7 (diff) | |
download | freebsd-ports-gnome-07418d4048ed0da1b1aa70450256db319484088c.tar.gz freebsd-ports-gnome-07418d4048ed0da1b1aa70450256db319484088c.tar.zst freebsd-ports-gnome-07418d4048ed0da1b1aa70450256db319484088c.zip |
Remove old libtool patch
Diffstat (limited to 'www')
-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/ |