aboutsummaryrefslogtreecommitdiff
path: root/misc/grdb
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:13:16 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:13:16 +0000
commitdce33b0828964d37245eb2893dd7d61979852875 (patch)
tree0c9f46b4407faf170f5ae019d614e17cdb73c7ee /misc/grdb
parent28d58c396d75dd473cc79aa10bc894667d4f9624 (diff)
downloadports-dce33b0828964d37245eb2893dd7d61979852875.tar.gz
ports-dce33b0828964d37245eb2893dd7d61979852875.zip
Notes
Diffstat (limited to 'misc/grdb')
-rw-r--r--misc/grdb/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/grdb/Makefile b/misc/grdb/Makefile
index 4366ff436163..96b251f7949f 100644
--- a/misc/grdb/Makefile
+++ b/misc/grdb/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= stijn@win.tue.nl
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_X_PREFIX= yes
-USE_GTK= yes
+USE_GNOMENG= yes
WANT_GNOME= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -24,8 +24,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+= gtk12
+PKGNAMESUFFIX= -gtk
.else
CONFIGURE_ARGS= --disable-gnome
.endif