diff options
author | kris <kris@FreeBSD.org> | 2004-02-14 13:53:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-14 13:53:01 +0800 |
commit | c2ca8bb348aaa91baa18b998cc17a8d5af7ab046 (patch) | |
tree | 7e5daf938facece71c29b20882bf8ecf22100605 /x11 | |
parent | b04e580b8e8e0644e1b62f5ea3e24b76f6b6e37d (diff) | |
download | freebsd-ports-gnome-c2ca8bb348aaa91baa18b998cc17a8d5af7ab046.tar.gz freebsd-ports-gnome-c2ca8bb348aaa91baa18b998cc17a8d5af7ab046.tar.zst freebsd-ports-gnome-c2ca8bb348aaa91baa18b998cc17a8d5af7ab046.zip |
Mark IGNORE on sparc64 (does not work), and drop maintainership.
Diffstat (limited to 'x11')
-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/ |