diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-30 01:31:15 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-30 01:31:15 +0000 |
commit | 1e2c3f5796e016fc89cfc9a2f84cecec002218c6 (patch) | |
tree | c3e157faaf0e942fdb8c2c6d2029169a404fe24e | |
parent | generate PLIST in pre-install phase. (diff) |
Mark this port broken on sparc64 to warn prospective users.
PR: 53525
Submitted by: Mark Linimon <linimon@lonesome.com>
-rw-r--r-- | textproc/sp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile index 58b6f288eb89..0c18d684116e 100644 --- a/textproc/sp/Makefile +++ b/textproc/sp/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ MAINTAINER= ports@FreeBSD.org COMMENT= An object-oriented toolkit for SGML parsing and entity management +.if ${MACHINE_ARCH} == sparc64 +BROKEN= does not compile on ${MACHINE_ARCH} +.endif + USE_SUBMAKE= yes INSTALLS_SHLIB= yes |