[53030] trunk/dports/graphics/nifticlib/Portfile

jameskyle at macports.org jameskyle at macports.org
Sun Jun 28 07:31:34 PDT 2009


Revision: 53030
          http://trac.macports.org/changeset/53030
Author:   jameskyle at macports.org
Date:     2009-06-28 07:31:33 -0700 (Sun, 28 Jun 2009)
Log Message:
-----------
Converted to portgroup cmake 1.0 for proper handling of universal variants.
Ticket #20024

Modified Paths:
--------------
    trunk/dports/graphics/nifticlib/Portfile

Modified: trunk/dports/graphics/nifticlib/Portfile
===================================================================
--- trunk/dports/graphics/nifticlib/Portfile	2009-06-28 12:52:58 UTC (rev 53029)
+++ trunk/dports/graphics/nifticlib/Portfile	2009-06-28 14:31:33 UTC (rev 53030)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 PortSystem          1.0
-
+PortGroup           cmake 1.0
 name                nifticlib
 version             1.1.0
 categories          graphics science
@@ -22,10 +22,5 @@
 configure.pre_args
 configure.args      -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
                     -DBUILD_SHARED_LIBS:BOOL=True
-
-variant universal description {Build for multiple architectures} {
-  configure.args-append -DCMAKE_OSX_ARCHITECTURES='ppc\;i386'
-}
-
 livecheck.url http://sourceforge.net/export/rss2_projfiles.php?project=niftilib
 livecheck.regex {nifticlib-([0-9.]+).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090628/b80ceaee/attachment.html>


More information about the macports-changes mailing list