[127750] trunk/dports/graphics/gegl/Portfile
devans at macports.org
devans at macports.org
Sun Nov 2 16:10:56 PST 2014
Revision: 127750
https://trac.macports.org/changeset/127750
Author: devans at macports.org
Date: 2014-11-02 16:10:56 -0800 (Sun, 02 Nov 2014)
Log Message:
-----------
gegl: drop python variants, use python27.
Modified Paths:
--------------
trunk/dports/graphics/gegl/Portfile
Modified: trunk/dports/graphics/gegl/Portfile
===================================================================
--- trunk/dports/graphics/gegl/Portfile 2014-11-02 23:53:19 UTC (rev 127749)
+++ trunk/dports/graphics/gegl/Portfile 2014-11-03 00:10:56 UTC (rev 127750)
@@ -7,7 +7,7 @@
name gegl
conflicts gegl-devel
version 0.2.0
-revision 13
+revision 14
license {GPL-3+ LGPL-3+}
set branch [join [lrange [split ${version} .] 0 1] .]
categories graphics
@@ -30,7 +30,8 @@
depends_build port:pkgconfig \
port:intltool \
- port:w3m
+ port:w3m \
+ port:python27
depends_lib port:babl \
port:gtk2 \
@@ -68,6 +69,9 @@
build.args-append CC="${configure.cc} ${configure.cc_archflags}"
}
+configure.python \
+ ${prefix}/bin/python2.7
+
configure.args --disable-docs \
--disable-silent-rules \
--enable-introspection=yes \
@@ -116,25 +120,6 @@
configure.args-delete --without-graphviz
}
-variant python25 conflicts python26 python27 description {Build using Python 2.5} {
- configure.python ${prefix}/bin/python2.5
- depends_build-append port:python25
-}
-
-variant python26 conflicts python25 python27 description {Build using Python 2.6} {
- configure.python ${prefix}/bin/python2.6
- depends_build-append port:python26
-}
-
-variant python27 conflicts python25 python26 description {Build using Python 2.7} {
- configure.python ${prefix}/bin/python2.7
- depends_build-append port:python27
-}
-
-if {![variant_isset python25] && ![variant_isset python26]} {
- default_variants +python27
-}
-
#
# the following dummy variants are used
# to identify this port's binary dependencies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141102/d85b7a4f/attachment.html>
More information about the macports-changes
mailing list