10f4ae5e83
Bump majors (needed but forgotten after previous libX11 bump). After discussion with kettenis@
12 lines
307 B
Makefile
12 lines
307 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2008/02/09 18:08:49 matthieu Exp $
|
|
|
|
SHARED_LIBS= Xaw7 12.0 Xaw8 13.0
|
|
|
|
CONFIGURE_ARGS= --disable-xaw6 --disable-xaw7-symlink --enable-xaw8
|
|
|
|
afterinstall:
|
|
-rm -f $(DESTDIR)$(LIBDIR)/libXaw.a
|
|
(cd $(DESTDIR)$(LIBDIR) && ln -s libXaw8.a libXaw.a)
|
|
|
|
.include <bsd.xorg.mk>
|