From 77438f74fdb5ae0feaee92c6f7a4f7156a500145 Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 9 Jun 2011 16:31:00 +0000 Subject: Correct the spell, share/cert/ -> share/certs/ (a missing 's' in the end), bump the PORTREVISION. Error: ------------------------ Proxy support: gnome libproxy TLS support: gnutls TLS CA file: /usr/local/share/cert/ca-root-nss.crt configure: WARNING: Specified certificate authority file '/usr/local/share/cert/ca-root-nss.crt' does not exist ------------------------ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16050 df743ca5-7f9a-e211-a948-0013205c9059 --- net/glib-networking/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net') diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index 868f3a16a..5aaba47d3 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -3,12 +3,12 @@ # Whom: Koop Mast # # $FreeBSD$ -# $MCom: ports/net/glib-networking/Makefile,v 1.9 2011/06/06 17:54:23 kwm Exp $ +# $MCom: ports/net/glib-networking/Makefile,v 1.10 2011/06/09 16:27:51 mezz Exp $ # PORTNAME= glib-networking PORTVERSION= 2.28.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -30,7 +30,7 @@ USE_GNOME= gnomehack pkgconfig glib20 intltool USE_GETTEXT= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes -CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/cert/ca-root-nss.crt +CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ -- cgit v1.2.3