diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-08-13 07:07:31 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-08-13 07:07:31 +0000 |
commit | 176a9842ae1ee7df103657aea9d45c8272d25b48 (patch) | |
tree | a8d459561351c6e6914ef81f38f524ad01dc5675 /lib/libXcursor | |
parent | 67b753dc71852b18ada8c70453c5b152714bd13f (diff) |
Bump the major on every single base library. There are a couple
not bumped by this that will be corrected soon.
heavy lifting by todd@
Diffstat (limited to 'lib/libXcursor')
-rw-r--r-- | lib/libXcursor/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libXcursor/Makefile.bsd-wrapper b/lib/libXcursor/Makefile.bsd-wrapper index c3d71cb92..eb5febc7e 100644 --- a/lib/libXcursor/Makefile.bsd-wrapper +++ b/lib/libXcursor/Makefile.bsd-wrapper @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2011/10/20 06:48:36 ajacoutot Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2013/08/13 07:07:14 guenther Exp $ -SHARED_LIBS= Xcursor 4.0 +SHARED_LIBS= Xcursor 5.0 CONFIGURE_ARGS+= --with-cursorpath="~/.icons:/usr/local/lib/X11/icons:/usr/local/share/icons:/usr/local/share/pixmaps:${X11BASE}/share/icons:${X11BASE}/share/pixmaps" |