diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-11 10:09:00 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-11 10:09:00 +0000 |
commit | 40d0ecf9b2f34b8f639a090f2a9278936b4ad6af (patch) | |
tree | ffd62529153076bf7f690f3d53f25880c8828417 /share/mk | |
parent | 6f037d78fb8ca9badfe780f0ebb37a271a8644c5 (diff) |
Bump python version and copyright.
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.xorg.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk index ef44685c1..fb997d9c0 100644 --- a/share/mk/bsd.xorg.mk +++ b/share/mk/bsd.xorg.mk @@ -1,6 +1,6 @@ -# $OpenBSD: bsd.xorg.mk,v 1.40 2011/11/05 11:49:01 matthieu Exp $ -*- makefile -*- +# $OpenBSD: bsd.xorg.mk,v 1.41 2012/03/11 10:08:59 matthieu Exp $ -*- makefile -*- # -# Copyright © 2006 Matthieu Herrb +# Copyright © 2006,2012 Matthieu Herrb # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -21,7 +21,7 @@ AUTOMAKE_VERSION= 1.9 AUTOCONF_VERSION= 2.62 -PYTHON_VERSION= 2.6 +PYTHON_VERSION= 2.7 # Where source lives XSRCDIR?= /usr/xenocara @@ -177,7 +177,7 @@ config.status: .endif .if !target(depend) -depend: +depend: @echo "no dependencies here yet" .endif |