diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-22 15:34:16 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-22 15:34:16 +0000 |
commit | c910eefe05177ad93adaf8394636a7cd903d39b2 (patch) | |
tree | db0cad8a696c327c1cb54de24d11a75238e39824 /share/mk | |
parent | b3d6010683564f9150164e95c79b5d53633d33d2 (diff) |
Add PYTHON_VERSION (to be used by xcb).
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.xorg.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk index a54a6fad9..41824c8b6 100644 --- a/share/mk/bsd.xorg.mk +++ b/share/mk/bsd.xorg.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.xorg.mk,v 1.30 2009/05/22 15:21:21 matthieu Exp $ -*- makefile -*- +# $OpenBSD: bsd.xorg.mk,v 1.31 2009/05/22 15:34:15 matthieu Exp $ -*- makefile -*- # # Copyright © 2006 Matthieu Herrb # @@ -21,6 +21,7 @@ AUTOMAKE_VERSION= 1.9 AUTOCONF_VERSION= 2.62 +PYTHON_VERSION= 2.6 # Where source lives XSRCDIR?= /usr/xenocara @@ -67,7 +68,9 @@ AUTOTOOLS_ENV= AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \ # pkgconfig .if defined(PKGCONFIG) +.if !defined(PACKAGE_VERSION) PACKAGE_VERSION!=m4 ${XSRCDIR}/share/mk/package_version.m4 ${_SRCDIR}/configure.ac +.endif all: ${PKGCONFIG} |