[66136] trunk/dports/gnome/oaf/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 5 22:57:53 PDT 2010


Revision: 66136
          http://trac.macports.org/changeset/66136
Author:   ryandesign at macports.org
Date:     2010-04-05 22:57:51 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
oaf: fix configure script's inability to find anything; see #23314

Modified Paths:
--------------
    trunk/dports/gnome/oaf/Portfile

Modified: trunk/dports/gnome/oaf/Portfile
===================================================================
--- trunk/dports/gnome/oaf/Portfile	2010-04-06 05:55:43 UTC (rev 66135)
+++ trunk/dports/gnome/oaf/Portfile	2010-04-06 05:57:51 UTC (rev 66136)
@@ -20,7 +20,12 @@
 checksums	md5 8cae2c1a692922f91827cad435136e2c
 depends_lib     port:orbit port:libxml port:popt
 patchfiles	patch_configure
-configure.args  --mandir=${prefix}/share/man
+configure.args  --mandir=${prefix}/share/man \
+                ac_cv_path_INTLTOOL_PERL=${prefix}/bin/perl \
+                --with-glib-prefix=${prefix} \
+                --with-orbit-prefix=${prefix} \
+                ac_cv_path_ORBIT_IDL=${prefix}/bin/orbit-idl \
+                ac_cv_prog_XML_CONFIG=${prefix}/bin/xml-config
 configure.cppflags-append "-L${prefix}/lib"
 configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/5830102f/attachment.html>


More information about the macports-changes mailing list