diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-21 12:18:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-21 12:18:24 +0800 |
commit | 11bfd329f5d2249e245ffd2eae756f075856fce7 (patch) | |
tree | caada72973fb11f47ee68be66ac446afda5591ed /x11-toolkits/gtk20/Makefile | |
parent | 43ee95579fe2e33f3eff70dddddbfa8b2a5b4c4c (diff) | |
download | freebsd-ports-gnome-11bfd329f5d2249e245ffd2eae756f075856fce7.tar.gz freebsd-ports-gnome-11bfd329f5d2249e245ffd2eae756f075856fce7.tar.zst freebsd-ports-gnome-11bfd329f5d2249e245ffd2eae756f075856fce7.zip |
Update to 2.0.9.
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 058ca497c8b7..b476e968af4a 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTVERSION= 2.0.9 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.0,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ @@ -38,7 +37,8 @@ USE_GNOMENG= yes USE_GNOME= gnomehack INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --enable-static +CONFIGURE_ARGS= --enable-static \ + --with-xinput=xfree CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -47,10 +47,6 @@ PLIST_SUB= GTK_VERSION="2.0.0" MAN1= gdk-pixbuf-csource.1 -.if defined(WITH_XINPUT) -CONFIGURE_ARGS+= --with-xinput=xfree -.endif - post-extract: @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' |