fix deps, moved to gtk+3

This commit is contained in:
sthen 2017-05-01 20:26:59 +00:00
parent 5499169c23
commit da0083b97a

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.24 2017/04/30 22:29:53 sthen Exp $
# $OpenBSD: Makefile,v 1.25 2017/05/01 20:26:59 sthen Exp $
COMMENT-main= SSH and telnet client
COMMENT-gui= PuTTY GUI clients
V= 0.69
DISTNAME= putty-$V
REVISION= 0
PKGNAME-main= ${DISTNAME}
PKGNAME-gui= ${DISTNAME:S/putty/putty-gui/}
CATEGORIES= net security
@ -16,12 +17,11 @@ MASTER_SITES= http://the.earth.li/~sgtatham/putty/$V/ \
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB-main = c pthread
WANTLIB-gui += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB-gui += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
WANTLIB-gui += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
WANTLIB-gui += gtk-x11-2.0 pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB-gui += pthread z ${MODGETTEXT_WANTLIB}
WANTLIB += c pthread
WANTLIB-gui+= X11 atk-1.0 cairo cairo-gobject gdk-3 gdk_pixbuf-2.0
WANTLIB-gui+= gio-2.0 glib-2.0 gobject-2.0 gtk-3 intl pango-1.0
WANTLIB-gui+= pangocairo-1.0 ${WANTLIB}
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I.././" \
@ -31,10 +31,8 @@ WRKSRC= ${WRKDIST}/unix
MULTI_PACKAGES= -main -gui
MODULES= devel/gettext
LIB_DEPENDS-main= # empty
LIB_DEPENDS-gui= x11/gtk+2
LIB_DEPENDS-gui= devel/gettext \
x11/gtk+3
NO_TEST= Yes