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

jameskyle at macports.org jameskyle at macports.org
Sat Jun 20 12:00:35 PDT 2009


Revision: 52659
          http://trac.macports.org/changeset/52659
Author:   jameskyle at macports.org
Date:     2009-06-20 12:00:35 -0700 (Sat, 20 Jun 2009)
Log Message:
-----------
Changed build args to compile dynamic libraries (was static)

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

Modified: trunk/dports/graphics/nifticlib/Portfile
===================================================================
--- trunk/dports/graphics/nifticlib/Portfile	2009-06-20 18:55:28 UTC (rev 52658)
+++ trunk/dports/graphics/nifticlib/Portfile	2009-06-20 19:00:35 UTC (rev 52659)
@@ -16,11 +16,12 @@
                     sha1    f1837fa6b99e32f9f80a73ebda56ff5e1e9d6efd \
                     rmd160  3d70405085b3c432638baa48c71669b1235d385e
 
-depends_build port:cmake
-configure.cmd cmake
+depends_build       port:cmake
+configure.cmd       cmake
 
 configure.pre_args
-configure.args -DCMAKE_INSTALL_PREFIX:PATH=${prefix}
+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'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090620/81d6f88a/attachment-0001.html>


More information about the macports-changes mailing list