diff options
author | zuntum <zuntum@pkgsrc.org> | 2005-02-13 23:12:13 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2005-02-13 23:12:13 +0000 |
commit | 7f9b5f9ceede1e6e175960c5cbe123964767ed7f (patch) | |
tree | c7e471f4a0d0cd3e91c6801ff0adc7c78d019a93 | |
parent | a453076bf4f14dfb50602716c43a2106c5573a1b (diff) | |
download | pkgsrc-7f9b5f9ceede1e6e175960c5cbe123964767ed7f.tar.gz |
Tweak CONFIGURE_ARGS so that ssl support actually works.
Fixes pkg/25486 by Aymeric Vincent <aymeric@netbsd.org>
-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 591cf202225..665f1130ff9 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/10/03 00:18:27 tv Exp $ +# $NetBSD: Makefile,v 1.29 2005/02/13 23:12:13 zuntum Exp $ DISTNAME= sitecopy-0.13.4 PKGREVISION= 5 @@ -16,7 +16,7 @@ USE_BUILDLINK3= yes USE_PKGLOCALEDIR= # defined GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --with-ssl=${SSLBASE} +CONFIGURE_ARGS+= --with-ssl CONFIGURE_ARGS+= --with-included-neon CONFIGURE_ARGS+= --with-libxml2 |