diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-11-25 18:52:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-11-25 18:52:50 +0000 |
commit | 74052714004098802d554e4d9cda4b1a5b43123f (patch) | |
tree | e7994be9c142e1837447be188f1d0b7846ab75c5 /devel/glib20 | |
parent | 33baaddc45ca8c679abaafc60ad2da481b1f9370 (diff) | |
download | ports-74052714004098802d554e4d9cda4b1a5b43123f.tar.gz ports-74052714004098802d554e4d9cda4b1a5b43123f.zip |
Notes
Diffstat (limited to 'devel/glib20')
-rw-r--r-- | devel/glib20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 6574cec52289..810534940c64 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -8,7 +8,7 @@ PORTNAME= glib PORTVERSION= 2.16.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ @@ -59,6 +59,7 @@ GLIB_ARCH= x86_64 .else GLIB_ARCH= ${ARCH} .endif +CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL} .if defined(WITH_COLLATION_FIX) LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu |