fix WANTLIB after gtk+2 downgrade

This commit is contained in:
steven 2006-01-18 08:17:49 +00:00
parent 906dcdca93
commit a60ef591ae

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.8 2006/01/14 11:46:16 espie Exp $
# $OpenBSD: Makefile,v 1.9 2006/01/18 08:17:49 steven Exp $
COMMENT= "C++ cross-platform GUI toolkit - GTK2 version"
PKGNAME= wxWidgets-gtk2-${VERSION}p3
PKGNAME= wxWidgets-gtk2-${VERSION}p4
SHARED_LIBS= wx_gtk2 3.0
CONFIGURE_ARGS= --enable-gtk2
@ -14,10 +14,9 @@ LIB_DEPENDS= ::x11/gtk+2 \
glib-2.0.0.0::devel/glib2
RUN_DEPENDS= ::x11/wxWidgets/gtkheaders
WANTLIB= X11 atk-1.0.0.0 cairo fontconfig \
WANTLIB= X11 Xext Xft Xrender atk-1.0.0.0 fontconfig m z \
freetype gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 gmodule-2.0.0.0 \
gobject-2.0.0.0 gthread-2.0.0.0 gtk-x11-2.0.0.0 intl m \
pango-1.0.0.0 pangocairo-1.0.0.0 pangoft2-1.0.0.0 z
gobject-2.0.0.0 gthread-2.0.0.0 gtk-x11-2.0.0.0 intl \
pango-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 pangoft2-1.0.0.0
.include <bsd.port.mk>