Hi,

This diff adds dependency on textproc/intltool to gtk2-murrine-engine.
Otherwise, murrine will fail at the configure stage on a system without
intltool installed:

checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... openbsd4.5 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether NLS is requested... yes
checking for intltool >= 0.37.1... ./configure[11571]: intltool-update: not 
found
 found
configure: error: Your intltool is too old.  You need intltool 0.37.1 or later.
*** Error code 1

Please commit and sorry for the late acknowledgment...

Cheers,
David


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/gtk2-murrine-engine/Makefile,v
retrieving revision 1.7
diff -N -u -p Makefile
--- Makefile    27 Mar 2009 09:56:46 -0000      1.7
+++ Makefile    2 Apr 2009 09:11:38 -0000
@@ -6,7 +6,7 @@ COMMENT =       beautiful glass-like GTK+ 2.x engine and the
 
 VERSION =      0.90.2
 DISTNAME =     murrine-${VERSION}
-PKGNAME =      gtk2-murrine-engine-${VERSION}p0
+PKGNAME =      gtk2-murrine-engine-${VERSION}p1
 CATEGORIES =   x11
 
 HOMEPAGE =     http://cimitan.com/murrine/
@@ -45,7 +45,9 @@ WANTLIB += freetype gio-2.0 glib-2.0 glitz gmodule-2.0
 WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
 WANTLIB += png z
 
-MODULES =      devel/gettext
+MODULES =      devel/gettext \
+               textproc/intltool
+
 LIB_DEPENDS =  gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
 
 USE_LIBTOOL =  Yes

Reply via email to