diff options
Diffstat (limited to 'net-mgmt/spectools/Makefile')
-rw-r--r-- | net-mgmt/spectools/Makefile | 4 |
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 |