diff options
Diffstat (limited to 'lib/libxcb/libxcb-render/Makefile')
-rw-r--r-- | lib/libxcb/libxcb-render/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libxcb/libxcb-render/Makefile b/lib/libxcb/libxcb-render/Makefile index 571476209..f19f5c469 100644 --- a/lib/libxcb/libxcb-render/Makefile +++ b/lib/libxcb/libxcb-render/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-render @@ -6,7 +6,7 @@ HDRS= render.h SRCS= render.c -PC= xcb-render.pc +PKGCONFIG= xcb-render.pc .include <bsd.lib.mk> .include <bsd.xorg.mk> |