diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-21 08:10:59 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-21 08:10:59 +0800 |
commit | a8d3b5ddb4748777f0496a3055c5b93e3109f0d7 (patch) | |
tree | be945c2f3ad8719e5d09d3e1492fa54ed478e884 /x11-toolkits | |
parent | 1852ea286287245474acd103ab3b64546de7ccbf (diff) | |
download | marcuscom-ports-a8d3b5ddb4748777f0496a3055c5b93e3109f0d7.tar marcuscom-ports-a8d3b5ddb4748777f0496a3055c5b93e3109f0d7.tar.gz marcuscom-ports-a8d3b5ddb4748777f0496a3055c5b93e3109f0d7.tar.bz2 marcuscom-ports-a8d3b5ddb4748777f0496a3055c5b93e3109f0d7.tar.lz marcuscom-ports-a8d3b5ddb4748777f0496a3055c5b93e3109f0d7.tar.xz marcuscom-ports-a8d3b5ddb4748777f0496a3055c5b93e3109f0d7.tar.zst marcuscom-ports-a8d3b5ddb4748777f0496a3055c5b93e3109f0d7.zip |
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10884 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-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 7db9a6328..8ac59443f 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.124 2008/03/24 14:57:11 ahze Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.125 2008/04/04 18:41:57 ahze Exp $ # PORTNAME= gtk PORTVERSION= 2.13.0 -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/%SUBDIR%/ \ @@ -42,11 +42,7 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack atk pango ltverhack USE_GETTEXT= 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 \ - xp xpm xprintapputil xprintutil xrandr xrender xres xscrnsaver \ - xt xtrans xtrap xtst xv xvmc xxf86dga xxf86misc xxf86vm +USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include" \ |