diff options
author | rafan <rafan@FreeBSD.org> | 2007-06-22 11:52:49 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-06-22 11:52:49 +0000 |
commit | fea401c8c8ebabe9ba75ec04b1577bd6394160a5 (patch) | |
tree | eeb180547e154115f128ed99d42971135399bd01 /net-mgmt | |
parent | 7b6829741de93eb7681a04864e08082ecaebe753 (diff) | |
download | FreeBSD-ports-fea401c8c8ebabe9ba75ec04b1577bd6394160a5.zip FreeBSD-ports-fea401c8c8ebabe9ba75ec04b1577bd6394160a5.tar.gz |
- Merge two WITH_GTK sections into one
Spotted by: maintainer via irc
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/spectools/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/wispy-tools/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile index e96485b..9064490a 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 diff --git a/net-mgmt/wispy-tools/Makefile b/net-mgmt/wispy-tools/Makefile index e96485b..9064490a 100644 --- a/net-mgmt/wispy-tools/Makefile +++ b/net-mgmt/wispy-tools/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 |