summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-07-14 17:12:35 +0000
committertv <tv@pkgsrc.org>1998-07-14 17:12:35 +0000
commit2147c4af71b54c86f911fe3aeeacc1e2e5f6d934 (patch)
tree12d943ee51a51626204e1aafcfb4b63bc0320efd /www
parentc6e001d312276cb093b9758485e29777f85395b8 (diff)
downloadpkgsrc-2147c4af71b54c86f911fe3aeeacc1e2e5f6d934.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')
-rw-r--r--www/libwww/Makefile8
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