summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/glib20/Makefile9
-rw-r--r--devel/glib20/distinfo6
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index c086fe0f9..c85a0e655 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -3,11 +3,11 @@
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/glib20/Makefile,v 1.98 2007/06/06 15:44:50 mezz Exp $
+# $MCom: ports/devel/glib20/Makefile,v 1.99 2007/06/20 15:03:06 ahze Exp $
#
PORTNAME= glib
-PORTVERSION= 2.13.5
+PORTVERSION= 2.13.6
PORTREVISION?= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \
@@ -28,6 +28,8 @@ USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
+LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/prcre
+
USE_GETTEXT= yes
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
@@ -36,7 +38,8 @@ USE_GMAKE= yes
USE_PERL5= yes
CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \
--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
- --disable-man --without-xml-catalog
+ --disable-man --without-xml-catalog \
+ --with-pcre=system
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lintl" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo
index e161e3676..b75a09cba 100644
--- a/devel/glib20/distinfo
+++ b/devel/glib20/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/glib-2.13.5.tar.bz2) = 4f895af6d4f0c554b279437209f464ff
-SHA256 (gnome2/glib-2.13.5.tar.bz2) = b646d4de912f301036c91fddba95670c9f13892886cebd17f223100a9cfaa1c9
-SIZE (gnome2/glib-2.13.5.tar.bz2) = 3265257
+MD5 (gnome2/glib-2.13.6.tar.bz2) = d28c7e421b978733c8e48b9ed6d79a84
+SHA256 (gnome2/glib-2.13.6.tar.bz2) = 62efd435754c15dd93426b42d522c4f20900aa758a2d757754d248498940f4cf
+SIZE (gnome2/glib-2.13.6.tar.bz2) = 3273387