[113555] trunk/dports/graphics/vigra/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Nov 19 11:11:52 PST 2013


Revision: 113555
          https://trac.macports.org/changeset/113555
Author:   ryandesign at macports.org
Date:     2013-11-19 11:11:52 -0800 (Tue, 19 Nov 2013)
Log Message:
-----------
vigra: remove build dependency on cmake and -DCMAKE_INSTALL_PREFIX=${prefix} configure.arg which the cmake portgroup have already added

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

Modified: trunk/dports/graphics/vigra/Portfile
===================================================================
--- trunk/dports/graphics/vigra/Portfile	2013-11-19 19:10:40 UTC (rev 113554)
+++ trunk/dports/graphics/vigra/Portfile	2013-11-19 19:11:52 UTC (rev 113555)
@@ -30,7 +30,6 @@
 checksums           rmd160  84e3f1bc985df1ea928e9aa5adc6e0c153cbdd40 \
                     sha256  8fbdccb553a4925323098ab27b710fbc87d48f37bf81d404994936a31a31cf01
 
-depends_build       port:cmake 
 depends_lib         port:jpeg \
                     port:tiff \
                     port:libpng \
@@ -46,8 +45,7 @@
 
 # Some additional parameters for cmake. All other params have already been set
 # by the cmake PortGroup
-configure.args-append   -DCMAKE_INSTALL_PREFIX=${prefix} \
-                        -DWITH_OPENEXR=ON \
+configure.args-append   -DWITH_OPENEXR=ON \
                         -DBUILD_SHARED_LIBS=ON
 
 # recursive template instantiation exceeded maximum depth of 128
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131119/1915d519/attachment.html>


More information about the macports-changes mailing list