diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-12-16 17:16:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-12-16 17:16:02 +0000 |
commit | b55e97fed5a9b9166df18745b63f2277dc4acf34 (patch) | |
tree | 24a4b9931bcd22d67c60cb313a60523233ef258e /graphics | |
parent | 26b7c526df9f71ba5a378f36ca7189948f02cdfc (diff) | |
download | ports-b55e97fed5a9b9166df18745b63f2277dc4acf34.tar.gz ports-b55e97fed5a9b9166df18745b63f2277dc4acf34.zip |
Notes
Diffstat (limited to 'graphics')
-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) |