summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-05-22 15:34:16 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-05-22 15:34:16 +0000
commitc910eefe05177ad93adaf8394636a7cd903d39b2 (patch)
treedb0cad8a696c327c1cb54de24d11a75238e39824 /share
parentb3d6010683564f9150164e95c79b5d53633d33d2 (diff)
Add PYTHON_VERSION (to be used by xcb).
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.xorg.mk5
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}