diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-05 10:14:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-05 10:14:58 +0800 |
commit | e4f43d5f7d376fab84e301039fc61e85344bffa1 (patch) | |
tree | 049a687f73e4fc52f6efbdab1a5d263955f4d1d0 /x11-toolkits/gtk30/Makefile | |
parent | a24c0df59d0cbd9f20ff06412f5d9d86ec1231cc (diff) | |
download | freebsd-ports-gnome-e4f43d5f7d376fab84e301039fc61e85344bffa1.tar.gz freebsd-ports-gnome-e4f43d5f7d376fab84e301039fc61e85344bffa1.tar.zst freebsd-ports-gnome-e4f43d5f7d376fab84e301039fc61e85344bffa1.zip |
Update to 2.0.7, and enable XInput support by default.
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index d221ab6a9972..5b76495b8d33 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.0,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ @@ -33,9 +33,12 @@ USE_X_PREFIX= yes USE_XPM= yes USE_REINPLACE= yes USE_PERL5= yes +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,8 +50,6 @@ MAN1= gdk-pixbuf-csource.1 post-extract: @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' - @find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' pre-build: ${RM} -rf ${WRKSRC}/docs/gtk.info* |