diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-06-13 08:40:06 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-06-13 08:40:06 +0000 |
commit | 8c6092e5ec455e0673086036e0a9b026dc9510eb (patch) | |
tree | fe1db175baadf14a460db2851f82161c97b8041e /x11/mgapdesk | |
parent | 825193eda3c85c9cb2bd34787409665e70a201e5 (diff) | |
download | ports-8c6092e5ec455e0673086036e0a9b026dc9510eb.tar.gz ports-8c6092e5ec455e0673086036e0a9b026dc9510eb.zip |
Notes
Diffstat (limited to 'x11/mgapdesk')
-rw-r--r-- | x11/mgapdesk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/mgapdesk/Makefile b/x11/mgapdesk/Makefile index 8dd2b3e29a6d..34f54be68904 100644 --- a/x11/mgapdesk/Makefile +++ b/x11/mgapdesk/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -lio" .endif .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" -BROKEN= "Does not compile on sparc64 or ia64" +BROKEN= Does not compile on sparc64 or ia64 .endif post-extract: |