[34595] trunk/dports/math/gunits/Portfile

jmr at macports.org jmr at macports.org
Thu Feb 28 17:35:26 PST 2008


Revision: 34595
          http://trac.macosforge.org/projects/macports/changeset/34595
Author:   jmr at macports.org
Date:     2008-02-28 17:35:25 -0800 (Thu, 28 Feb 2008)

Log Message:
-----------
gunits: fix building on Leopard. Closes #13441.

Modified Paths:
--------------
    trunk/dports/math/gunits/Portfile

Modified: trunk/dports/math/gunits/Portfile
===================================================================
--- trunk/dports/math/gunits/Portfile	2008-02-29 01:23:16 UTC (rev 34594)
+++ trunk/dports/math/gunits/Portfile	2008-02-29 01:35:25 UTC (rev 34595)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name             gunits
 version          1.86
 categories       math
@@ -19,9 +20,12 @@
 checksums        md5 e27f580474702e9138b332acbafafe5b \
                  sha1 f6386d7fb476ffc808c6658af53a66f8f1027b1f \
                  rmd160 d54d8074445bbe60832301174544c40192a50dd7
+
+configure.cflags -I${prefix}/include
+configure.ldflags -I${prefix}/lib
 configure.args   --program-prefix=g \
-                 --mandir=\\\${prefix}/share/man \
-                 --infodir=\\\${prefix}/share/info
+                 --mandir=${prefix}/share/man \
+                 --infodir=${prefix}/share/info
 destroot.destdir prefix=${destroot}${prefix}
 
 depends_lib      port:ncurses \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080228/abe65d4c/attachment.html 


More information about the macports-changes mailing list