pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/sitecopy Tweak CONFIGURE_ARGS so that ssl support ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c9dfffe73b2
branches:  trunk
changeset: 488980:7c9dfffe73b2
user:      zuntum <zuntum%pkgsrc.org@localhost>
date:      Sun Feb 13 23:12:13 2005 +0000

description:
Tweak CONFIGURE_ARGS so that ssl support actually works.

Fixes pkg/25486 by Aymeric Vincent <aymeric%netbsd.org@localhost>

diffstat:

 www/sitecopy/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f2fd1025f453 -r 7c9dfffe73b2 www/sitecopy/Makefile
--- a/www/sitecopy/Makefile     Sun Feb 13 22:55:48 2005 +0000
+++ b/www/sitecopy/Makefile     Sun Feb 13 23:12:13 2005 +0000
@@ -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_PKGLOCALEDIR=      # defined
 
 GNU_CONFIGURE=         # defined
-CONFIGURE_ARGS+=       --with-ssl=${SSLBASE}
+CONFIGURE_ARGS+=       --with-ssl
 CONFIGURE_ARGS+=       --with-included-neon
 CONFIGURE_ARGS+=       --with-libxml2
 



Home | Main Index | Thread Index | Old Index