summaryrefslogtreecommitdiff
path: root/www/neon/Makefile
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2003-05-25 09:34:30 +0000
committerepg <epg@pkgsrc.org>2003-05-25 09:34:30 +0000
commite8a337145c160f82563ffa4e2ca7ba2057fd7d44 (patch)
tree2f54cfe7db38131b661b38f94ffed12e89640966 /www/neon/Makefile
parent7428a4b6847e87b2d8905e1bff35ec3b287a022d (diff)
downloadpkgsrc-e8a337145c160f82563ffa4e2ca7ba2057fd7d44.tar.gz
Don't require gmake. Use expat instead of libxml2.
Diffstat (limited to 'www/neon/Makefile')
-rw-r--r--www/neon/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index b3aa302d07c..26f14acc34c 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/05/09 15:44:09 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2003/05/25 09:34:30 epg Exp $
DISTNAME= neon-0.23.9
CATEGORIES= www
@@ -8,7 +8,6 @@ MAINTAINER= epg@pretzelnet.org
HOMEPAGE= http://www.webdav.org/neon/
COMMENT= HTTP and WebDAV client library
-USE_GMAKE= # defined
USE_BUILDLINK2= # defined
USE_LIBTOOL= yes
@@ -16,11 +15,11 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-ssl=yes
-CONFIGURE_ARGS+= --with-libxml2
+CONFIGURE_ARGS+= --with-expat
CONFIGURE_ARGS+= --enable-shared
.include "../../devel/zlib/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
-.include "../../textproc/libxml2/buildlink2.mk"
+.include "../../textproc/expat/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"