diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-01 19:13:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-01 19:13:24 +0800 |
commit | 576d0f46d08879e755584024659dbcdaad0db6c5 (patch) | |
tree | 9be0b06016b9bf2e9095a191da2ffcec138e997a /editors | |
parent | 34b985134fd0ff8aa0d7f97e077b937cc0cf77c7 (diff) | |
download | freebsd-ports-gnome-576d0f46d08879e755584024659dbcdaad0db6c5.tar.gz freebsd-ports-gnome-576d0f46d08879e755584024659dbcdaad0db6c5.tar.zst freebsd-ports-gnome-576d0f46d08879e755584024659dbcdaad0db6c5.zip |
Mark as broken on sparc64: does not compile.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/madedit/Makefile | 8 |
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> |