Revision
70370
Author
ryandesign@macports.org
Date
2010-08-07 03:51:29 -0700 (Sat, 07 Aug 2010)

Log Message

gtk1: work around build failure with gettext 0.18.x by disabling natural language support entirely for now; see #24915

Modified Paths

Diff

Modified: trunk/dports/x11/gtk1/Portfile (70369 => 70370)


--- trunk/dports/x11/gtk1/Portfile	2010-08-07 10:41:28 UTC (rev 70369)
+++ trunk/dports/x11/gtk1/Portfile	2010-08-07 10:51:29 UTC (rev 70370)
@@ -6,7 +6,7 @@
 name		gtk1
 version		1.2.10
 set branch	[join [lrange [split ${version} .] 0 1] .]
-revision	8
+revision	9
 categories	x11
 maintainers	nomaintainer
 description	Gimp ToolKit version 1
@@ -28,13 +28,13 @@
 		ltmain13 md5 e094ae92724c4015dbab97de151c2525
 extract.only	${source_distfile}
 
-depends_lib	port:gettext port:glib1 port:xorg-libXext port:xorg-libXt
+depends_lib	port:glib1 port:xorg-libXext port:xorg-libXt
 
 patchfiles	patch-config.guess patch-config.sub \
 			patch-gtk.m4.diff
 
 configure.ccache    no
-configure.args	--disable-shm --with-locale --mandir=${prefix}/share/man \
+configure.args	--disable-nls --disable-shm --with-locale --mandir=${prefix}/share/man \
 		--infodir=${prefix}/share/info
 
 post-patch {