diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-05-30 19:27:43 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-05-30 19:27:43 +0000 |
commit | 4f09294e774801769b202f8f5e572061e0b29aa5 (patch) | |
tree | 5110ebd03b23089821c88a8b4676daa090b620b8 /lib/libXext/Makefile.bsd-wrapper | |
parent | c609543baeb9441a4960d26169f6496c2d135d85 (diff) |
Update to libXext 1.3.0. Tested by ajacoutot@, jasper@ krw@, landry@,
shadchin@ on various architectures.
Bump major
Diffstat (limited to 'lib/libXext/Makefile.bsd-wrapper')
-rw-r--r-- | lib/libXext/Makefile.bsd-wrapper | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libXext/Makefile.bsd-wrapper b/lib/libXext/Makefile.bsd-wrapper index 8e5c82bba..d8be1032c 100644 --- a/lib/libXext/Makefile.bsd-wrapper +++ b/lib/libXext/Makefile.bsd-wrapper @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2010/05/10 20:06:53 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2011/05/30 19:27:42 matthieu Exp $ -SHARED_LIBS= Xext 11.0 +CONFIGURE_ARGS= --without-xmlto --without-fop --without-xsltproc + +SHARED_LIBS= Xext 12.0 .include <bsd.xorg.mk> |