diff options
Diffstat (limited to 'www/epiphany/Makefile')
-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 |