[89638] trunk/dports/games/xmj/Portfile

mmoll at macports.org mmoll at macports.org
Sat Feb 4 19:45:16 PST 2012


Revision: 89638
          http://trac.macports.org/changeset/89638
Author:   mmoll at macports.org
Date:     2012-02-04 19:45:11 -0800 (Sat, 04 Feb 2012)
Log Message:
-----------
games/xmj: enable universal variant

Modified Paths:
--------------
    trunk/dports/games/xmj/Portfile

Modified: trunk/dports/games/xmj/Portfile
===================================================================
--- trunk/dports/games/xmj/Portfile	2012-02-05 03:10:43 UTC (rev 89637)
+++ trunk/dports/games/xmj/Portfile	2012-02-05 03:45:11 UTC (rev 89638)
@@ -1,9 +1,11 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup  muniversal 1.0
 
 name		xmj
 version		1.12
+revision    1
 categories	games x11
 platforms	darwin
 maintainers	mmoll
@@ -22,10 +24,11 @@
 depends_build	port:pkgconfig
 depends_lib	port:gtk2
 use_configure   no
+universal_variant yes
 patch {
     reinplace "s|/usr|${prefix}|g" ${worksrcpath}/Makefile
 }
-build.args	CDEBUGFLAGS=-O2 CC=${configure.cc}
+build.args	CDEBUGFLAGS=-O2 CC="${configure.cc} [get_canonical_archflags]"
 destroot.target	install install.man
 destroot.destdir DESTDIR=${destroot}/ BINDIR=${prefix}/bin \
 	MANDIR=${prefix}/share/man/man1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120204/af6b337c/attachment.html>


More information about the macports-changes mailing list