Mark IGNORE on sparc64 (does not work), and drop maintainership.
This commit is contained in:
parent
8fdf2bf0ef
commit
5868312d7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100895
@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DAEMONPICS}
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
DIST_SUBDIR= wdm
|
||||
|
||||
MAINTAINER= kris@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= WINGs Display Manager; an xdm replacement
|
||||
|
||||
LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker
|
||||
@ -54,6 +54,10 @@ DAEMONPICS= beastie.xpm daemon1-HQ-1280x960.jpg
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
IGNORE= "Does not work on sparc64"
|
||||
.endif
|
||||
|
||||
.if ( ${OSVERSION} >= 500028 ) && !defined(WITHOUT_PAM)
|
||||
WITH_PAM= yes
|
||||
CONFIGURE_ARGS+= --with-pamdir=${LOCALBASE}/etc/pam.d/
|
||||
|
Loading…
Reference in New Issue
Block a user