openbsd-ports/x11/wxWidgets/Makefile
espie cf5547c628 finally fix that mess: simply create a gtkheaders package holding the
common files, and change the gtk2 package name so that it no longer
looks like a flavor of gtk.

Do not forget to add the relevant conflict lines so that updates won't crash.
2005-11-10 12:18:25 +00:00

14 lines
321 B
Makefile

# $OpenBSD: Makefile,v 1.2 2005/11/10 12:18:25 espie Exp $
SUBDIR += headers
SUBDIR += base
SUBDIR += gtkheaders
SUBDIR += gtk
SUBDIR += gtk2
SUBDIR += motif
# We can't install motif & lesstif together until the lesstif port is updated
# SUBDIR += lesstif
SUBDIR += x11univ
.include <bsd.port.subdir.mk>