summaryrefslogtreecommitdiff
path: root/lib/libxcb/libxcb-damage
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-05-22 16:22:49 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-05-22 16:22:49 +0000
commit818cd773e920afb162ff9ca9c6ee7e8d19753524 (patch)
tree66b3711bda0284e68f7805eb4dc9443394808d71 /lib/libxcb/libxcb-damage
parent3743a8c348f2a0babbf8a3ae8773a15b331caee5 (diff)
finish replacing PC= with PKGCONFIG= in all Makefiles.
Diffstat (limited to 'lib/libxcb/libxcb-damage')
-rw-r--r--lib/libxcb/libxcb-damage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libxcb/libxcb-damage/Makefile b/lib/libxcb/libxcb-damage/Makefile
index 9042dd4cf..a09c33a0f 100644
--- a/lib/libxcb/libxcb-damage/Makefile
+++ b/lib/libxcb/libxcb-damage/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2009/05/22 16:10:18 matthieu Exp $
+# $OpenBSD: Makefile,v 1.2 2009/05/22 16:22:47 matthieu Exp $
LIB= xcb-damage
@@ -6,7 +6,7 @@ HDRS= damage.h
SRCS= damage.c
-PC= xcb-damage.pc
+PKGCONFIG= xcb-damage.pc
.include <bsd.lib.mk>
.include <bsd.xorg.mk>