[93084] trunk/dports/science/gerbil/Portfile

cal at macports.org cal at macports.org
Mon May 14 16:21:20 PDT 2012


Revision: 93084
          https://trac.macports.org/changeset/93084
Author:   cal at macports.org
Date:     2012-05-14 16:21:20 -0700 (Mon, 14 May 2012)
Log Message:
-----------
gerbil: build fix against new opencv, revbump to fix linking issue due to opencv upgrade

Modified Paths:
--------------
    trunk/dports/science/gerbil/Portfile

Modified: trunk/dports/science/gerbil/Portfile
===================================================================
--- trunk/dports/science/gerbil/Portfile	2012-05-14 22:51:24 UTC (rev 93083)
+++ trunk/dports/science/gerbil/Portfile	2012-05-14 23:21:20 UTC (rev 93084)
@@ -6,7 +6,7 @@
 
 name                gerbil
 version             0.3
-revision            1
+revision            2
 categories          science
 license             GPL-3
 maintainers         cal openmaintainer
@@ -36,7 +36,7 @@
     configure.compiler llvm-gcc-4.2
 }
 
-configure.post_args -DOpenCV_DIR="${prefix}/share/opencv" \
+configure.post_args -DOpenCV_DIR="${prefix}/lib/cmake" \
                     -DVOLE_BUNDLE_CORE=on \
                     -DVOLE_BUNDLE_GERBIL=on
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120514/25bec6bf/attachment-0001.html>


More information about the macports-changes mailing list