diff options
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 <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/ |