diff options
author | kristerw <kristerw> | 2002-12-30 18:55:48 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2002-12-30 18:55:48 +0000 |
commit | a4fd720ea9f93ca5892b65240b3cedf39d10ff52 (patch) | |
tree | 124cbb2d61e96a1d9f45ff881b751b3e0743f601 /www | |
parent | 58afd49f3e26867943d5f6f11727f18c93afd0a7 (diff) | |
download | pkgsrc-a4fd720ea9f93ca5892b65240b3cedf39d10ff52.tar.gz |
Force use of libxml1. This makes the package compile if libxml2 is installed.
Fixes PR 19489.
Diffstat (limited to 'www')
-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} |