diff options
author | tv <tv> | 1998-07-14 17:12:35 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-14 17:12:35 +0000 |
commit | f094ff1ac19c84227f36695b006a7e4ebb42763c (patch) | |
tree | 12d943ee51a51626204e1aafcfb4b63bc0320efd /www/libwww | |
parent | 5d461d726b31779c18bed2a7a71db849219a797c (diff) | |
download | pkgsrc-f094ff1ac19c84227f36695b006a7e4ebb42763c.tar.gz |
Don't even try finding X11. No X-specific software is supplied, but it
will try linking against libICE on all binaries anyway.
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index dd11161c336..df16f93571e 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/07/14 16:56:51 tv Exp $ +# $NetBSD: Makefile,v 1.3 1998/07/14 17:12:35 tv Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp # @@ -13,10 +13,8 @@ BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --with-zlib --with-regex -CONFIGURE_ENV= LIBTOOL=${PREFIX}/bin/libtool \ - CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" +CONFIGURE_ARGS= --with-zlib --with-regex --without-x +CONFIGURE_ENV= LIBTOOL=${PREFIX}/bin/libtool WRKSRC= ${WRKDIR}/w3c-libwww-5.1m DOCDIR= ${PREFIX}/share/doc/libwww |