forked from Lainports/freebsd-ports
Fix for WITHOUT_X11.
Submitted by: Ulrich Spörlein (ulrich dot spoerlein at 1822direkt dot com ) via pirzyk (maintainer) PR: ports/103352
This commit is contained in:
parent
19cbb974d6
commit
01a7f31241
2 changed files with 4 additions and 1 deletions
|
|
@ -50,6 +50,9 @@ IGNORE= does not build on 5.x and above with WITH_SKEY set because it requires
|
|||
MAN8+= x-gw.8
|
||||
LIBEXEC_BINS+= x-gw
|
||||
USE_XLIB= yes
|
||||
PLIST_SUB+= X11=""
|
||||
.else
|
||||
PLIST_SUB+= X11="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_JUMBO_PATCH)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ libexec/rlogin-gw
|
|||
libexec/smap
|
||||
libexec/smapd
|
||||
libexec/tn-gw
|
||||
libexec/x-gw
|
||||
%%X11%%libexec/x-gw
|
||||
sbin/authdump
|
||||
sbin/authload
|
||||
sbin/authmgr
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue