diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:33:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:33:30 +0000 |
commit | 3b04dadb88fb04d4f741f3e3b64e1af6a9edc082 (patch) | |
tree | d5b22d9808fba3452726cb39026d4281a4528446 /x11-wm | |
parent | 57661c609118213fc24de3fdaa10a7a27d64df40 (diff) | |
download | ports-3b04dadb88fb04d4f741f3e3b64e1af6a9edc082.tar.gz ports-3b04dadb88fb04d4f741f3e3b64e1af6a9edc082.zip |
BROKEN on sparc64: Does not build
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=132014
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index dd810a1c2aa4..7e4db87043d0 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -60,6 +60,12 @@ CONFIGURE_ARGS+= --enable-different-looknfeels CONFIGURE_ARGS+= --disable-savewindows .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not build on sparc64" +.endif + post-extract: ${CP} ${FILESDIR}/monitor_bsd.xpm \ ${WRKSRC}/afterstep/desktop/icons/xml/monitor-bsd.xpm @@ -89,4 +95,4 @@ post-install: @${ECHO_MSG} "" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |