diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:46:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:46:22 +0000 |
commit | ec118d17b467f9382bc72f3019d94c59da06aa34 (patch) | |
tree | 75781407e77b2700a503052894b1c335802dc22f /x11-wm | |
parent | c3471253766af36df832bfff47569bb0f53cd386 (diff) | |
download | ports-ec118d17b467f9382bc72f3019d94c59da06aa34.tar.gz ports-ec118d17b467f9382bc72f3019d94c59da06aa34.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/gwm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/gwm/Makefile b/x11-wm/gwm/Makefile index 3f2acdac6263..e52d11296782 100644 --- a/x11-wm/gwm/Makefile +++ b/x11-wm/gwm/Makefile @@ -18,4 +18,10 @@ USE_IMAKE= yes USE_XPM= yes MAN1= gwm.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + +.include <bsd.port.post.mk> |