diff options
-rw-r--r-- | graphics/graphviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |