diff options
author | drochner <drochner@pkgsrc.org> | 2011-03-11 21:02:35 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-03-11 21:02:35 +0000 |
commit | 55898470b7ff4afd8c2b7aecfc54498e5f1c0aae (patch) | |
tree | 8b2e6524ba08b6786b2d4703a5408e5ca65f54da /www | |
parent | ee7814d4b812922b8bb084a23f6440e4693adc6f (diff) | |
download | pkgsrc-55898470b7ff4afd8c2b7aecfc54498e5f1c0aae.tar.gz |
point to a likely CA root certificate collection, bump PKGREV
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 520310f399d..d5cf31a1e13 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.113 2011/01/13 13:36:15 wiz Exp $ +# $NetBSD: Makefile,v 1.114 2011/03/11 21:02:35 drochner Exp $ # DISTNAME= epiphany-2.30.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany/2.30/} EXTRACT_SUFX= .tar.bz2 @@ -19,8 +19,7 @@ USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES USE_LANGUAGES= c c++ -#CONFIGURE_ARGS+= --with-ca-file=/etc/openssl/certs/ca-certificates.crt -CONFIGURE_ARGS+= --without-ca-file +CONFIGURE_ARGS+= --with-ca-file=/etc/ssl/certs/ca-certificates.crt PKGCONFIG_OVERRIDE= data/epiphany.pc.in |