summaryrefslogtreecommitdiff
path: root/www/sitecopy
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-22 15:22:20 +0000
committerjlam <jlam>2001-05-22 15:22:20 +0000
commit2471a7c1599da2b8ecc5b7320652c33d986ede9d (patch)
treed202edf429af58bac727f6ccbd2422b47365bf87 /www/sitecopy
parent9ba964ca766af7b6c26a46e9992eb1d02f6f7bd1 (diff)
downloadpkgsrc-2471a7c1599da2b8ecc5b7320652c33d986ede9d.tar.gz
Pass --with-included-neon to configure script to ensure use of the supplied
neon library.
Diffstat (limited to 'www/sitecopy')
-rw-r--r--www/sitecopy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile
index 4651013dc6c..cf4dd12d9ee 100644
--- a/www/sitecopy/Makefile
+++ b/www/sitecopy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/05/15 23:27:07 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2001/05/22 15:22:21 jlam Exp $
DISTNAME= sitecopy-0.10.15
CATEGORIES= www
@@ -16,6 +16,7 @@ USE_GMAKE= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-included-neon
CONFIGURE_ARGS+= --enable-libxml
.include "../../devel/libgetopt/Makefile.getopt"