aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/euchre/Makefile2
-rw-r--r--net-im/jabber-yahoo/Makefile2
-rw-r--r--net/jabber-yahoo/Makefile2
-rw-r--r--sysutils/sjog/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/games/euchre/Makefile b/games/euchre/Makefile
index b4f063549b80..16787568a9df 100644
--- a/games/euchre/Makefile
+++ b/games/euchre/Makefile
@@ -15,6 +15,6 @@ MAINTAINER= laszlof@freebsdmatrix.net
COMMENT= Very popular card game with variable skill levels
USE_AUTOMAKE= yes
-USE_GTK= yes
+USE_GNOME= gtk12
.include <bsd.port.mk>
diff --git a/net-im/jabber-yahoo/Makefile b/net-im/jabber-yahoo/Makefile
index 60e0672af549..c3e095fe61b5 100644
--- a/net-im/jabber-yahoo/Makefile
+++ b/net-im/jabber-yahoo/Makefile
@@ -18,7 +18,7 @@ COMMENT= Jabber Yahoo Transport module
BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-USE_GLIB= yes
+USE_GNOME= glib12
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/yahoo-transport-2
diff --git a/net/jabber-yahoo/Makefile b/net/jabber-yahoo/Makefile
index 60e0672af549..c3e095fe61b5 100644
--- a/net/jabber-yahoo/Makefile
+++ b/net/jabber-yahoo/Makefile
@@ -18,7 +18,7 @@ COMMENT= Jabber Yahoo Transport module
BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-USE_GLIB= yes
+USE_GNOME= glib12
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/yahoo-transport-2
diff --git a/sysutils/sjog/Makefile b/sysutils/sjog/Makefile
index f95785f1569f..d7afbd453472 100644
--- a/sysutils/sjog/Makefile
+++ b/sysutils/sjog/Makefile
@@ -17,7 +17,7 @@ COMMENT= Userland daemon for Sony Vaio Jog Dial
ONLY_FOR_ARCHS= i386
USE_AUTOMAKE= yes
GNU_CONFIGURE= yes
-USE_GTK= yes
+USE_GNOME= gtk12
USE_GMAKE= yes
.include <bsd.port.mk>