aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/spectools
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-06-22 19:52:49 +0800
committerrafan <rafan@FreeBSD.org>2007-06-22 19:52:49 +0800
commitfea401c8c8ebabe9ba75ec04b1577bd6394160a5 (patch)
treeeeb180547e154115f128ed99d42971135399bd01 /net-mgmt/spectools
parent7b6829741de93eb7681a04864e08082ecaebe753 (diff)
downloadfreebsd-ports-gnome-fea401c8c8ebabe9ba75ec04b1577bd6394160a5.tar.gz
freebsd-ports-gnome-fea401c8c8ebabe9ba75ec04b1577bd6394160a5.tar.zst
freebsd-ports-gnome-fea401c8c8ebabe9ba75ec04b1577bd6394160a5.zip
- Merge two WITH_GTK sections into one
Spotted by: maintainer via irc
Diffstat (limited to 'net-mgmt/spectools')
-rw-r--r--net-mgmt/spectools/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile
index e96485b1384e..9064490aee54 100644
--- a/net-mgmt/spectools/Makefile
+++ b/net-mgmt/spectools/Makefile
@@ -35,11 +35,9 @@ IGNORE= is unsupported on systems prior to FreeBSD v700027
.endif
ALL_TARGET= wispy_curses wispy_log wispy_raw
-.if defined(WITH_GTK)
-ALL_TARGET+= wispy_gtk
-.endif
.if defined(WITH_GTK)
+ALL_TARGET+= wispy_gtk
LIB_DEPENDS+= gtk:${PORTSDIR}/x11-toolkits/gtk20
PLIST_SUB= GTK=""
.else