summaryrefslogtreecommitdiff
path: root/devel/gob2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-28 01:35:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-28 01:35:30 +0000
commit6a3d1cc82049ccf86fef70786dfeb4c43bc3bdf8 (patch)
treec7b9778d3f389fbc14966859d865b4949f00d0c9 /devel/gob2
parentAppend the GNOME components to USE_GNOME. (diff)
Use USE_GNOMENG.
Notes
Notes: svn path=/head/; revision=63641
Diffstat (limited to 'devel/gob2')
-rw-r--r--devel/gob2/Makefile3
1 files changed, 2 insertions, 1 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"