aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/gob2/Makefile3
-rw-r--r--x11-toolkits/gob/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile
index 7891682d70a3..886a3fb5e019 100644
--- a/devel/gob2/Makefile
+++ b/devel/gob2/Makefile
@@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= stable/sources/gob
MAINTAINER= gnome@FreeBSD.org
USE_GMAKE= yes
-USE_GTK= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/x11-toolkits/gob/Makefile b/x11-toolkits/gob/Makefile
index 7891682d70a3..886a3fb5e019 100644
--- a/x11-toolkits/gob/Makefile
+++ b/x11-toolkits/gob/Makefile
@@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= stable/sources/gob
MAINTAINER= gnome@FreeBSD.org
USE_GMAKE= yes
-USE_GTK= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"