- Fix spelling
PR: ports/155195 Submitted by: Warren Block <wblock@wonkity.com> - Remove sanity check for X_WINDOW_SYSTEM - Remove check for USE_XPM PR: ports/155502 ports/155504 Submitted by: Eitan Adler <lists@eitanadler.com>
This commit is contained in:
parent
b42aba98db
commit
ab44c29293
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271193
1 changed files with 1 additions and 9 deletions
|
@ -1396,10 +1396,6 @@ ETCDIR?= ${PREFIX}/etc/${PORTNAME}
|
|||
.include "${PORTSDIR}/Mk/bsd.linux-apps.mk"
|
||||
.endif
|
||||
|
||||
.if defined(X_WINDOW_SYSTEM) && ${X_WINDOW_SYSTEM:L} != "xorg"
|
||||
IGNORE= cannot be installed: bad X_WINDOW_SYSTEM setting; valid value is 'xorg'
|
||||
.endif
|
||||
|
||||
.if ${X11BASE} != ${LOCALBASE}
|
||||
.BEGIN:
|
||||
@${ECHO_MSG} "X11BASE is now deprecated. Unset X11BASE in make.conf and try again."
|
||||
|
@ -2013,10 +2009,6 @@ MAKE_ENV+= DISPLAY="localhost:1001"
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(USE_XPM)
|
||||
IGNORE= USE_XPM is deprecated. Use USE_XORG=xpm instead.
|
||||
.endif
|
||||
|
||||
XAWVER= 8
|
||||
PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist'
|
||||
|
||||
|
@ -5600,7 +5592,7 @@ package-recursive: package
|
|||
(cd $$dir; ${MAKE} package-noinstall); \
|
||||
done
|
||||
|
||||
# Show missing dependiencies
|
||||
# Show missing dependencies
|
||||
missing:
|
||||
@_origins=$$(${PKG_INFO} -aoq); \
|
||||
for dir in $$(${ALL-DEPENDS-LIST}); do \
|
||||
|
|
Loading…
Reference in a new issue