diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-29 19:33:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-29 19:33:02 +0000 |
commit | 4b14b56cff612cd6d967c531957071935902c598 (patch) | |
tree | 47d1d77c7789afb75943b5b949335f74eb1b0835 /lib/libXfontcache/Makefile.bsd-wrapper | |
parent | 33bb3bb58d686d17a4d6e57bfc5c249688d86a00 (diff) |
This library needs to have 4.0 as revision. It used to exist as 3.0
back in the XFree86 days.
Diffstat (limited to 'lib/libXfontcache/Makefile.bsd-wrapper')
-rw-r--r-- | lib/libXfontcache/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libXfontcache/Makefile.bsd-wrapper b/lib/libXfontcache/Makefile.bsd-wrapper index 2f563ff84..f8cd8a8b5 100644 --- a/lib/libXfontcache/Makefile.bsd-wrapper +++ b/lib/libXfontcache/Makefile.bsd-wrapper @@ -1,3 +1,5 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2007/03/29 19:33:01 matthieu Exp $ + +SHARED_LIBS= Xfontcache 4.0 .include <bsd.xorg.mk> |