[Midnightbsd-cvs] mports [24562] trunk/devel/gobject-introspection/Makefile: depend on python.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Oct 23 09:36:17 EDT 2018
Revision: 24562
http://svnweb.midnightbsd.org/mports/?rev=24562
Author: laffer1
Date: 2018-10-23 09:36:16 -0400 (Tue, 23 Oct 2018)
Log Message:
-----------
depend on python.
Modified Paths:
--------------
trunk/devel/gobject-introspection/Makefile
Modified: trunk/devel/gobject-introspection/Makefile
===================================================================
--- trunk/devel/gobject-introspection/Makefile 2018-10-21 21:05:54 UTC (rev 24561)
+++ trunk/devel/gobject-introspection/Makefile 2018-10-23 13:36:16 UTC (rev 24562)
@@ -14,8 +14,10 @@
LICENSE_COMB= multi
# we need cairo otherwise the generated Cairo gir is broken
-BUILD_DEPENDS= cairo-trace:graphics/cairo
+BUILD_DEPENDS= cairo-trace:graphics/cairo \
+ python2.7:lang/python27
LIB_DEPENDS= libffi.so:devel/libffi
+RUN_DEPENDS= python2.7:lang/python27
USES= bison gettext gmake gnome libtool pathfix pkgconfig \
python:3.4+ tar:xz
More information about the Midnightbsd-cvs
mailing list