diff options
-rw-r--r-- | databases/gtksql/Makefile | 2 | ||||
-rw-r--r-- | editors/vim5/Makefile | 2 | ||||
-rw-r--r-- | korean/gau/Makefile | 2 | ||||
-rw-r--r-- | mail/gbuffy/Makefile | 2 | ||||
-rw-r--r-- | mail/stuphead/Makefile | 2 | ||||
-rw-r--r-- | science/chemtool-devel/Makefile | 2 | ||||
-rw-r--r-- | science/ghemical/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/wmthemeinstall/Makefile | 2 | ||||
-rw-r--r-- | x11/chameleon/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index 76b66f1b1343..ecfd1ca6416d 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -19,7 +19,7 @@ WITH_MYSQL= yes .endif USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOME= gtk12 USE_REINPLACE= yes .include <bsd.port.pre.mk> diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 6e24ae4156da..9b3d00c52628 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -51,7 +51,7 @@ WITHOUT_X11= yes MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=athena" ${I18N} #MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=yes" ${I18N} .elif defined(WITH_GTK) -USE_GTK= yes +USE_GNOME+= gtk12 MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gtk --with-gtk-prefix=${X11BASE}" ${I18N} .else USE_MOTIF= yes diff --git a/korean/gau/Makefile b/korean/gau/Makefile index 551ee3f6a5e7..8e5af24e4f9e 100644 --- a/korean/gau/Makefile +++ b/korean/gau/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes .include <bsd.port.pre.mk> diff --git a/mail/gbuffy/Makefile b/mail/gbuffy/Makefile index bf0cbb5f836b..da2e7a2397d2 100644 --- a/mail/gbuffy/Makefile +++ b/mail/gbuffy/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ PLIST_FILES= bin/gbuffy USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" diff --git a/mail/stuphead/Makefile b/mail/stuphead/Makefile index d21ce55d6253..fd4d196b1897 100644 --- a/mail/stuphead/Makefile +++ b/mail/stuphead/Makefile @@ -25,7 +25,7 @@ USE_REINPLACE= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOME= gtk12 USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --enable-threads \ --prefix=${PREFIX} diff --git a/science/chemtool-devel/Makefile b/science/chemtool-devel/Makefile index 6b0572a3159f..2d4acea615fd 100644 --- a/science/chemtool-devel/Makefile +++ b/science/chemtool-devel/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-gtk2/ USE_REINPLACE= yes -USE_GTK= yes +USE_GNOME= gtk12 USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index 23f22d5bfd44..02ffc98ad84e 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= glut:${PORTSDIR}/graphics/libglut \ USE_GMAKE= yes USE_REINPLACE= yes -USE_GTK= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-mpqc diff --git a/x11-wm/wmthemeinstall/Makefile b/x11-wm/wmthemeinstall/Makefile index 9b6af974db13..23e579b3e148 100644 --- a/x11-wm/wmthemeinstall/Makefile +++ b/x11-wm/wmthemeinstall/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/x11/chameleon/Makefile b/x11/chameleon/Makefile index 5b642c6b5ada..1d6ebcd95bcc 100644 --- a/x11/chameleon/Makefile +++ b/x11/chameleon/Makefile @@ -21,7 +21,7 @@ COMMENT= "Application for putting pictures or colors onto the root window" LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib -USE_GTK= yes +USE_GNOME= gtk12 USE_GUNZIP= yes USE_X_PREFIX= yes |