summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-19 09:59:49 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-19 09:59:49 +0800
commit1e0a9343e27faae7763168c18d4656fbc1ce79a7 (patch)
treebef4069f8078157270d872cc9bcea0cf60fcd551 /x11-toolkits
parent813e1b554d2d7262452752abea422a9545c7de4b (diff)
downloadmarcuscom-ports-1e0a9343e27faae7763168c18d4656fbc1ce79a7.tar
marcuscom-ports-1e0a9343e27faae7763168c18d4656fbc1ce79a7.tar.gz
marcuscom-ports-1e0a9343e27faae7763168c18d4656fbc1ce79a7.tar.bz2
marcuscom-ports-1e0a9343e27faae7763168c18d4656fbc1ce79a7.tar.lz
marcuscom-ports-1e0a9343e27faae7763168c18d4656fbc1ce79a7.tar.xz
marcuscom-ports-1e0a9343e27faae7763168c18d4656fbc1ce79a7.tar.zst
marcuscom-ports-1e0a9343e27faae7763168c18d4656fbc1ce79a7.zip
-Add USE_GETTEXT.
-space -> tab, make USE_XORG looks nicer in 80 column. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9675 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk20/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 5e93c4065..2c51286db 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,7 +3,7 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.117 2007/09/14 16:18:04 mezz Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.118 2007/09/14 19:26:39 marcus Exp $
#
PORTNAME= gtk
@@ -40,11 +40,12 @@ USE_PERL5= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack atk pango ltverhack
-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_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
CONFIGURE_ARGS= --enable-static --with-xinput=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
-I${LOCALBASE}/include" \