summaryrefslogtreecommitdiffstats
path: root/net/glib-networking/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-10 00:31:00 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-10 00:31:00 +0800
commit77438f74fdb5ae0feaee92c6f7a4f7156a500145 (patch)
tree529c7493ff5c5e8370b36abe8b77d25faa673737 /net/glib-networking/Makefile
parentf7204ea297a3856823a1f0fda9a3b4cc3ca3b249 (diff)
downloadmarcuscom-ports-77438f74fdb5ae0feaee92c6f7a4f7156a500145.tar
marcuscom-ports-77438f74fdb5ae0feaee92c6f7a4f7156a500145.tar.gz
marcuscom-ports-77438f74fdb5ae0feaee92c6f7a4f7156a500145.tar.bz2
marcuscom-ports-77438f74fdb5ae0feaee92c6f7a4f7156a500145.tar.lz
marcuscom-ports-77438f74fdb5ae0feaee92c6f7a4f7156a500145.tar.xz
marcuscom-ports-77438f74fdb5ae0feaee92c6f7a4f7156a500145.tar.zst
marcuscom-ports-77438f74fdb5ae0feaee92c6f7a4f7156a500145.zip
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
Diffstat (limited to 'net/glib-networking/Makefile')
-rw-r--r--net/glib-networking/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <kwm@FreeBSD.org>
#
# $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}" \