From ea30e3a718ef3cc344f1af20ba1b4c9499fc27fd Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 16 Dec 2007 17:16:02 +0000 Subject: - fix problem with bsd.gnome.mk with some options PR: 118647 --- graphics/graphviz/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/graphviz') diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 7bb87ad3d13d..b6b5ff4e9378 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -182,7 +182,7 @@ IGNORE= option WITH_GTK is required for option WITH_GNOMEUI CONFIGURE_ARGS+= --without-gnomeui .endif -.if defined(WITH_GTK) +.if defined(USE_GNOME) .include "${PORTSDIR}/Mk/bsd.gnome.mk" .endif .if defined(USE_XORG) -- cgit