mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Merge two WITH_GTK sections into one
Spotted by: maintainer via irc
This commit is contained in:
parent
a368080284
commit
800a040619
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194067
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user