diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-12-17 01:16:02 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-12-17 01:16:02 +0800 |
commit | ea30e3a718ef3cc344f1af20ba1b4c9499fc27fd (patch) | |
tree | 1090d6e8776cc9f2a37d15fd6c30c85fbbbe4c1f /graphics/graphviz | |
parent | fcf5a63a48dd378de53e40f08a2b89ee94251fda (diff) | |
download | freebsd-ports-gnome-ea30e3a718ef3cc344f1af20ba1b4c9499fc27fd.tar.gz freebsd-ports-gnome-ea30e3a718ef3cc344f1af20ba1b4c9499fc27fd.tar.zst freebsd-ports-gnome-ea30e3a718ef3cc344f1af20ba1b4c9499fc27fd.zip |
- fix problem with bsd.gnome.mk with some options
PR: 118647
Diffstat (limited to 'graphics/graphviz')
-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) |