summaryrefslogtreecommitdiffstats
path: root/net/glib-networking/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-19 17:51:04 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-19 17:51:04 +0800
commit63177aa3b676d78f5a6d0777c0c3102a70b72c76 (patch)
tree5343605d3f29a95157f33100db0fcea34ea1021d /net/glib-networking/Makefile
parent39675cca6e70ea611c055bc5e9a4633c2d50fd57 (diff)
downloadmarcuscom-ports-63177aa3b676d78f5a6d0777c0c3102a70b72c76.tar
marcuscom-ports-63177aa3b676d78f5a6d0777c0c3102a70b72c76.tar.gz
marcuscom-ports-63177aa3b676d78f5a6d0777c0c3102a70b72c76.tar.bz2
marcuscom-ports-63177aa3b676d78f5a6d0777c0c3102a70b72c76.tar.lz
marcuscom-ports-63177aa3b676d78f5a6d0777c0c3102a70b72c76.tar.xz
marcuscom-ports-63177aa3b676d78f5a6d0777c0c3102a70b72c76.tar.zst
marcuscom-ports-63177aa3b676d78f5a6d0777c0c3102a70b72c76.zip
Update to 2.30.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16483 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/glib-networking/Makefile')
-rw-r--r--net/glib-networking/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile
index 86da47744..5193bc3fe 100644
--- a/net/glib-networking/Makefile
+++ b/net/glib-networking/Makefile
@@ -3,11 +3,11 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net/glib-networking/Makefile,v 1.14 2011/09/20 13:00:03 kwm Exp $
+# $MCom: ports/net/glib-networking/Makefile,v 1.15 2011/10/04 13:28:35 kwm Exp $
#
PORTNAME= glib-networking
-PORTVERSION= 2.30.0
+PORTVERSION= 2.30.1
CATEGORIES= net
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -31,10 +31,8 @@ USE_GETTEXT= yes
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
+CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
post-patch:
@${REINPLACE_CMD} -e' s|-Wmissing-include-dirs||g' ${WRKSRC}/configure