pyversion.mk is needed if default python >=2.7

This commit is contained in:
richard 2013-11-08 12:53:03 +00:00
parent 805b915ef4
commit d05c281284

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.83 2013/10/19 09:07:13 adam Exp $
# $NetBSD: Makefile,v 1.84 2013/11/08 12:53:03 richard Exp $
#
DISTNAME= gnome-python-desktop-2.32.0
@ -21,6 +21,8 @@ USE_TOOLS+= pkg-config gmake
PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in
.include "../../lang/python/pyversion.mk"
# The "real" value here is: 27 26
# but because of single-version deps of gnome bits this will only
# ever work for the python version those gnome bits were built with.