Revision
144226
Author
sean@macports.org
Date
2016-01-04 16:49:21 -0800 (Mon, 04 Jan 2016)

Log Message

julia: use macports libgit2; fixes #49777

Modified Paths

Diff

Modified: trunk/dports/lang/julia/Portfile (144225 => 144226)


--- trunk/dports/lang/julia/Portfile	2016-01-05 00:49:18 UTC (rev 144225)
+++ trunk/dports/lang/julia/Portfile	2016-01-05 00:49:21 UTC (rev 144226)
@@ -41,7 +41,8 @@
     port:fftw-3 \
     port:fftw-3-single \
     port:ncurses \
-    port:arpack
+    port:arpack \
+    port:libgit2
 
 use_configure       no
 # use_parallel_build  no
@@ -85,7 +86,8 @@
         USE_SYSTEM_PCRE=1 \
         USE_SYSTEM_FFTW=1 \
         USE_SYSTEM_ARPACK=1 \
-        USE_SYSTEM_SUITESPARSE=1
+        USE_SYSTEM_SUITESPARSE=1 \
+        USE_SYSTEM_LIBGIT2=1
 }
 
 post-destroot {