From ab811e4eefb89601882f60d49e7d9bce2abfd3e3 Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 19 May 2008 22:22:24 +0000 Subject: [PATCH] - use expat instead of libxml and fix WANTLIB accordingly - update license marker - bump PKGNAME from brad@ --- net/cadaver/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/net/cadaver/Makefile b/net/cadaver/Makefile index 426bf515989..46df0733bd0 100644 --- a/net/cadaver/Makefile +++ b/net/cadaver/Makefile @@ -1,27 +1,25 @@ -# $OpenBSD: Makefile,v 1.12 2007/09/15 22:36:52 merdely Exp $ +# $OpenBSD: Makefile,v 1.13 2008/05/19 22:22:24 jasper Exp $ COMMENT= command-line WebDAV client VERSION= 0.22.2 DISTNAME= cadaver-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= net www HOMEPAGE= http://www.webdav.org/cadaver/ -LIB_DEPENDS= xml2.>=6:libxml->=2.4.8:textproc/libxml -MODULES= converters/libiconv - -# GPL +# GPLv2+ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= c crypto curses m readline ssl z +WANTLIB= c crypto curses expat readline ssl MASTER_SITES= ${HOMEPAGE} NO_REGRESS= Yes CONFIGURE_STYLE= gnu dest -CONFIGURE_ARGS= --with-ssl --with-xml2 --with-included-neon +CONFIGURE_ARGS= --with-ssl --with-expat --with-included-neon .include