[40515] trunk/dports/science/opendx/Portfile

jmr at macports.org jmr at macports.org
Sat Oct 4 16:18:29 PDT 2008


Revision: 40515
          http://trac.macports.org/changeset/40515
Author:   jmr at macports.org
Date:     2008-10-04 16:18:28 -0700 (Sat, 04 Oct 2008)
Log Message:
-----------
opendx: use x11prefix rather than hardcoding /usr/X11R6 (#15652, maintainer timeout)

Modified Paths:
--------------
    trunk/dports/science/opendx/Portfile

Modified: trunk/dports/science/opendx/Portfile
===================================================================
--- trunk/dports/science/opendx/Portfile	2008-10-04 22:57:44 UTC (rev 40514)
+++ trunk/dports/science/opendx/Portfile	2008-10-04 23:18:28 UTC (rev 40515)
@@ -56,8 +56,8 @@
 		JAVA=/usr/bin/java		\
 		JAVAH=/usr/bin/javah		\
 		JAVAP=/usr/bin/javap
-configure.args	--x-includes=/usr/X11R6/include	\
-		--x-libraries=/usr/X11R6/lib	\
+configure.args	--x-includes=${x11prefix}/include	\
+		--x-libraries=${x11prefix}/lib	\
 		--with-jni-path=/System/Library/Frameworks/JavaVM.framework/Headers	\
 		--with-java40jar-path=${prefix}/share/java/java40.jar	\
 		--with-cosmojar-path=${prefix}/share/java/npcosmop211.jar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081004/4c0f2bd7/attachment.html 


More information about the macports-changes mailing list