- Fix plist for xorg users, gdm-dmx-reconnect-proxy wants
X11/extensions/dmxext.h which xorg doesn't install Help figuring what was wrong:
This commit is contained in:
parent
2a201ae9aa
commit
34dc1f7bbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137838
2 changed files with 7 additions and 1 deletions
|
@ -36,6 +36,12 @@ OPTIONS= IPV6 "Enable IPv6 support (This disables IPv4 support)" off
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${X_WINDOW_SYSTEM:L} != "xorg"
|
||||
PLIST_SUB+= X11=""
|
||||
.else
|
||||
PLIST_SUB+= X11="@comment "
|
||||
.endif
|
||||
|
||||
.if exists(/usr/include/security/pam_misc.h)
|
||||
PLIST_SUB+= PAM_MISC=""
|
||||
.else
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bin/gdm-dmx-reconnect-proxy
|
||||
%%X11%%bin/gdm-dmx-reconnect-proxy
|
||||
bin/gdmXnest
|
||||
bin/gdmXnestchooser
|
||||
bin/gdmdynamic
|
||||
|
|
Loading…
Reference in a new issue