diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-09-13 19:33:58 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-09-13 19:33:58 +0000 |
commit | a34442ea001ff3152fc6e7261327ab038052c409 (patch) | |
tree | 5bad6b0127055858d508c34fca88264ce56f4616 /x11-toolkits | |
parent | f36356fe681cb0c3e063eaedf004dcad1d9049be (diff) | |
download | ports-a34442ea001ff3152fc6e7261327ab038052c409.tar.gz ports-a34442ea001ff3152fc6e7261327ab038052c409.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index eaaee7e1b142..e1f912b645e7 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtk PORTVERSION= 2.10.14 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ ftp://ftp.gtk.org/pub/gtk/v2.10/ \ @@ -42,7 +42,11 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack atk pango ltverhack USE_GETTEXT= yes -USE_XLIB= yes +USE_XORG= dmx fontenc fontutil ice libfs oldx sm x11 xau xaw xaw6 xaw7 xaw8 xbitmaps \ + xcomposite xcursor xdamage xdmcp xevie xext xfixes xfont xfontcache xft xi \ + xinerama xkbfile xkbui xmu xmuu xorg-server xp xpm xprintapputil xprintutil \ + xrandr xrender xres xscrnsaver xt xtrans xtrap xtst xv xvmc xxf86dga xxf86misc \ + xxf86vm CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include" \ diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index eaaee7e1b142..e1f912b645e7 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtk PORTVERSION= 2.10.14 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ ftp://ftp.gtk.org/pub/gtk/v2.10/ \ @@ -42,7 +42,11 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack atk pango ltverhack USE_GETTEXT= yes -USE_XLIB= yes +USE_XORG= dmx fontenc fontutil ice libfs oldx sm x11 xau xaw xaw6 xaw7 xaw8 xbitmaps \ + xcomposite xcursor xdamage xdmcp xevie xext xfixes xfont xfontcache xft xi \ + xinerama xkbfile xkbui xmu xmuu xorg-server xp xpm xprintapputil xprintutil \ + xrandr xrender xres xscrnsaver xt xtrans xtrap xtst xv xvmc xxf86dga xxf86misc \ + xxf86vm CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include" \ |