diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-14 05:53:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-14 05:53:01 +0000 |
commit | 5868312d7e7134b941d3992342b7fc9965e12f88 (patch) | |
tree | 8cf3e43c23cc880ce506300cb9e60be3453ae757 /x11/wdm | |
parent | 8fdf2bf0ef142b08681473f491c1e3f5ae4c40e9 (diff) | |
download | ports-5868312d7e7134b941d3992342b7fc9965e12f88.tar.gz ports-5868312d7e7134b941d3992342b7fc9965e12f88.zip |
Notes
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/ |