diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-15 23:00:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-15 23:00:49 +0000 |
commit | 9f8b198dcc8e573fc819bd15cd5214e9213ea14c (patch) | |
tree | d57b1d4e4866034ac39c21d996f3d7c9f8d97204 /lib/libXt | |
parent | b5d17e5c62489f0be52ce0c8800849c9ff670d91 (diff) |
Bump major of shared libs that depend on libX11 (which already got bumped).
ok todd@
Diffstat (limited to 'lib/libXt')
-rw-r--r-- | lib/libXt/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libXt/Makefile.bsd-wrapper b/lib/libXt/Makefile.bsd-wrapper index 1b8fc5190..76d849d60 100644 --- a/lib/libXt/Makefile.bsd-wrapper +++ b/lib/libXt/Makefile.bsd-wrapper @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/28 11:48:11 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2007/03/15 23:00:48 matthieu Exp $ -SHARED_LIBS= Xt 9.0 +SHARED_LIBS= Xt 10.0 CONFIGURE_ARGS= --with-appdefaultdir=/etc/X11/app-defaults |