diff options
author | kristerw <kristerw@pkgsrc.org> | 2002-12-30 18:55:48 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2002-12-30 18:55:48 +0000 |
commit | a5f3c38031e98f6ca1aae67d484bb6d908458c43 (patch) | |
tree | 124cbb2d61e96a1d9f45ff881b751b3e0743f601 /www/sitecopy/Makefile | |
parent | 018ef9ff5d73a1771cffc3445d45be15af6c3a50 (diff) | |
download | pkgsrc-a5f3c38031e98f6ca1aae67d484bb6d908458c43.tar.gz |
Force use of libxml1. This makes the package compile if libxml2 is installed.
Fixes PR 19489.
Diffstat (limited to 'www/sitecopy/Makefile')
-rw-r--r-- | www/sitecopy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index cb0b8fc3b50..afddeb6bb25 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/08/25 21:52:20 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2002/12/30 18:55:48 kristerw Exp $ DISTNAME= sitecopy-0.11.4 CATEGORIES= www @@ -15,7 +15,7 @@ BUILD_USES_MSGFMT= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-ssl=${SSLBASE} CONFIGURE_ARGS+= --with-included-neon -CONFIGURE_ARGS+= --enable-libxml +CONFIGURE_ARGS+= --with-libxml1 LIBS+= ${LIBGETOPT} |