diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-07-19 12:45:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-07-19 12:45:32 +0000 |
commit | a39e4440abc1eb5aeb5a6d19d7e83ca42156d001 (patch) | |
tree | 6348caa3f9841b4424bb798c97a5a8aabb0a520b /lib/libxcb/src | |
parent | 4cd78fc8fe563b56b4db3dc30cec21a8c8044bb4 (diff) |
Typo. Reported by feinerer@. Thanks.
Diffstat (limited to 'lib/libxcb/src')
-rw-r--r-- | lib/libxcb/src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libxcb/src/Makefile b/lib/libxcb/src/Makefile index 1a3827780..009d893c4 100644 --- a/lib/libxcb/src/Makefile +++ b/lib/libxcb/src/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2018/07/19 11:52:37 matthieu Exp $ +# $OpenBSD: Makefile,v 1.9 2018/07/19 12:45:31 matthieu Exp $ # This Makefile is used to generate the sources files with xcbgen -# The x11/py-xcbgen pacage needs to be installed +# The x11/py-xcbgen package needs to be installed DATADIR= ${X11BASE}/share PYTHON= python${PYTHON_VERSION} |