From c2ca8bb348aaa91baa18b998cc17a8d5af7ab046 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 14 Feb 2004 05:53:01 +0000 Subject: Mark IGNORE on sparc64 (does not work), and drop maintainership. --- x11/wdm/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'x11/wdm/Makefile') diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 076b48575a97..f8a2d701f9fd 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -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 +.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/ -- cgit