- update to use gtk20

This commit is contained in:
Dirk Meyer 2008-05-04 12:32:50 +00:00
parent 6aa91a14df
commit 4dbe57f297
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212591

View file

@ -7,7 +7,7 @@
PORTNAME= gimageview
PORTVERSION= 0.2.27
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkmmviewer
@ -25,13 +25,9 @@ MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
OPTIONS= SPLASH "Show splash on startup" On
.if defined(WITH_GTK2)
USE_GNOME= gtk20
CONFIGURE_ARGS= --with-gtk2
CFLAGS+= -DUSE_GTK2
.else
USE_GNOME= gdkpixbuf gnomehier
.endif
.include <bsd.port.pre.mk>