aboutsummaryrefslogtreecommitdiff
path: root/editors/madedit
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 11:13:24 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 11:13:24 +0000
commit44b3d3fecbf0c3a701c36c7b40c3255c7e05d3e5 (patch)
tree3be692a2cddbb6ff50302b293a309d60683c08ab /editors/madedit
parent19d3ee379decd3a7398c69359c924fcfbd8faff8 (diff)
downloadports-44b3d3fecbf0c3a701c36c7b40c3255c7e05d3e5.tar.gz
ports-44b3d3fecbf0c3a701c36c7b40c3255c7e05d3e5.zip
Mark as broken on sparc64: does not compile.
Notes
Notes: svn path=/head/; revision=206559
Diffstat (limited to 'editors/madedit')
-rw-r--r--editors/madedit/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile
index 4f26eae0c149..8ebaa19661bf 100644
--- a/editors/madedit/Makefile
+++ b/editors/madedit/Makefile
@@ -27,4 +27,10 @@ PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config
glib_gtk2_CFLAGS=`${PKG_CONFIG} --cflags gtk+-2.0`
glib_gtk2_LIBS= `${PKG_CONFIG} --libs gtk+-2.0`
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>