[28309] trunk/dports/lang/prothon/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon Aug 27 18:53:42 PDT 2007
Revision: 28309
http://trac.macosforge.org/projects/macports/changeset/28309
Author: mww at macports.org
Date: 2007-08-27 18:53:42 -0700 (Mon, 27 Aug 2007)
Log Message:
-----------
use db44 instead of db4, use configure.ldflags etc. instead of configure.env
Modified Paths:
--------------
trunk/dports/lang/prothon/Portfile
Modified: trunk/dports/lang/prothon/Portfile
===================================================================
--- trunk/dports/lang/prothon/Portfile 2007-08-28 01:51:26 UTC (rev 28308)
+++ trunk/dports/lang/prothon/Portfile 2007-08-28 01:53:42 UTC (rev 28309)
@@ -3,6 +3,7 @@
PortSystem 1.0
name prothon
version 0.1.2-b711
+revision 1
categories lang
maintainers nomaintainer at macports.org
description industrial-strength alternative to Python and Self
@@ -20,8 +21,13 @@
depends_build port:pkgconfig
depends_lib port:boost port:sqlite2 port:apr \
- port:expat port:libiconv port:db4
+ port:expat port:libiconv port:db44
patchfiles patch-include__prothon__prothon.h
-configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
+configure.cppflags -I${prefix}/include/db44 -I${prefix}/include
+configure.ldflags -L${prefix}/lib/db44 -L${prefix}/lib
+
+platform darwin 8 {
+ configure.compiler gcc-4.0
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070827/e752123e/attachment.html
More information about the macports-changes
mailing list