diff options
-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 |