diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-22 11:52:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-22 11:52:49 +0000 |
commit | 800a040619be5429869f101c158a0bb20e5fabfb (patch) | |
tree | 734c83bd02ce453661858bb6f458dd44d50fa2a8 /net-mgmt/spectools | |
parent | a368080284bc4ca6ebf46da54f6d65f6e1e3cd90 (diff) |
Notes
Diffstat (limited to 'net-mgmt/spectools')
-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 |