[50057] trunk/dports/x11/rox-filer/Portfile

afb at macports.org afb at macports.org
Thu Apr 23 15:59:33 PDT 2009


Revision: 50057
          http://trac.macports.org/changeset/50057
Author:   afb at macports.org
Date:     2009-04-23 15:59:33 -0700 (Thu, 23 Apr 2009)
Log Message:
-----------
add ${prefix} to --x configure (#19406)

Modified Paths:
--------------
    trunk/dports/x11/rox-filer/Portfile

Modified: trunk/dports/x11/rox-filer/Portfile
===================================================================
--- trunk/dports/x11/rox-filer/Portfile	2009-04-23 21:52:54 UTC (rev 50056)
+++ trunk/dports/x11/rox-filer/Portfile	2009-04-23 22:59:33 UTC (rev 50057)
@@ -26,8 +26,10 @@
 use_configure		no
 universal_variant	no
 
+configure.args-append --x-include=${prefix}/include --x-lib=${prefix}/lib
+
 build.env	CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
-build		{ system "cd ${worksrcpath}; ./ROX-Filer/AppRun --compile" }
+build		{ system "cd ${worksrcpath}; ./ROX-Filer/AppRun --compile ${configure.args}" }
 
 destroot {
 	xinstall -d ${destroot}${prefix}/etc/xdg/rox.sourceforge.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090423/d37c7198/attachment.html>


More information about the macports-changes mailing list