[143912] trunk/dports/math/octave/Portfile
michaelld at macports.org
michaelld at macports.org
Sat Dec 26 10:04:01 PST 2015
Revision: 143912
https://trac.macports.org/changeset/143912
Author: michaelld at macports.org
Date: 2015-12-26 10:04:01 -0800 (Sat, 26 Dec 2015)
Log Message:
-----------
octave: allow using fltk or fltk-devel on 10.11, since it seems to work again.
Modified Paths:
--------------
trunk/dports/math/octave/Portfile
Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile 2015-12-26 17:42:16 UTC (rev 143911)
+++ trunk/dports/math/octave/Portfile 2015-12-26 18:04:01 UTC (rev 143912)
@@ -233,16 +233,7 @@
variant glgui conflicts x11 description {Enable OpenGL GUI (via FLTK) as the default graphical front-end} {
- # for now on OSX 10.11, just use fltk-devel since fltk does not
- # build; remove this condition with the next fltk release (noted
- # in that Portfile too).
-
- if {${os.major} == 15} {
- depends_lib-append port:fltk-devel
- } else {
- depends_lib-append path:lib/libfltk.dylib:fltk
- }
-
+ depends_lib-append path:lib/libfltk.dylib:fltk
depends_lib-append port:fontconfig \
port:freetype \
port:gl2ps
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151226/6fc11937/attachment.html>
More information about the macports-changes
mailing list