summaryrefslogtreecommitdiff
path: root/www/cadaver/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-02-14 16:59:53 +0000
committerwiz <wiz>2003-02-14 16:59:53 +0000
commite0d8819561f507cd295401170922d05f66efbc54 (patch)
treef9ed6c7d6567f38357ef3b297e62f92103bd8a6b /www/cadaver/Makefile
parent519d49fee9f00e1be91688e15722aa021c958d20 (diff)
downloadpkgsrc-e0d8819561f507cd295401170922d05f66efbc54.tar.gz
Update to 0.21.0, by Marc Recht in PR 20338.
Changes in release 0.21.0: * Added DASL searching and DeltaV basic versioning support, contributed by the GRASE team <grase@cse.ucsc.edu>. New commands 'version', 'checkin', 'checkout', 'uncheckout', 'label', 'history', 'search'. * Enable netrc support by default. * Fix 'mput' for filenames with spaces.
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r--www/cadaver/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index bf3c5c3dc24..2ea6e835f7c 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2003/01/30 12:14:32 drochner Exp $
+# $NetBSD: Makefile,v 1.16 2003/02/14 16:59:53 wiz Exp $
-DISTNAME= cadaver-0.20.5
+DISTNAME= cadaver-0.21.0
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/cadaver/
@@ -14,7 +14,7 @@ USE_BUILDLINK2= YES
ALL_TARGET= cadaver
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-netrc
-CONFIGURE_ARGS+= --with-libxml1
+CONFIGURE_ARGS+= --with-libxml2
CONFIGURE_ARGS+= --with-ssl=yes
# We don't need curses, just termcap.
@@ -23,7 +23,7 @@ LIBS+= -ltermcap
.include "../../devel/readline/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
-.include "../../textproc/libxml/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
.include "../../www/neon/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"