[86286] trunk/dports/devel/cocoa-sharp/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Oct 24 04:52:20 PDT 2011


Revision: 86286
          http://trac.macports.org/changeset/86286
Author:   ryandesign at macports.org
Date:     2011-10-24 04:52:17 -0700 (Mon, 24 Oct 2011)
Log Message:
-----------
cocoa-sharp: use port:-style dependency for mono; disable universal variant because mono is not universal; do reinplacing in patch phase not configure phase

Modified Paths:
--------------
    trunk/dports/devel/cocoa-sharp/Portfile

Modified: trunk/dports/devel/cocoa-sharp/Portfile
===================================================================
--- trunk/dports/devel/cocoa-sharp/Portfile	2011-10-24 11:36:39 UTC (rev 86285)
+++ trunk/dports/devel/cocoa-sharp/Portfile	2011-10-24 11:52:17 UTC (rev 86286)
@@ -17,11 +17,14 @@
 checksums	md5 dfbbf5871a38ecb3bd50799831b16f05
 
 depends_build	port:pkgconfig bin:automake:automake
-depends_lib	bin:mono:mono
+depends_lib	port:mono
 
+# mono is not universal
+universal_variant	no
+
 worksrcdir	${name}
 
-pre-configure {
+post-patch {
 	reinplace "s|aclocal$|aclocal -I ${prefix}/share/aclocal|" \
 		"${worksrcpath}/autogen.sh"
 	foreach fw {Foundation AppKit WebKit} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111024/dbef53c9/attachment.html>


More information about the macports-changes mailing list