aboutsummaryrefslogtreecommitdiff
path: root/textproc/dictfmt
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-13 08:54:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-13 08:54:50 +0000
commit2867b58cfe14fe203edc2ec45778eeceee51f66d (patch)
tree8e08ee4dbcd42112ac1d224f8cd30575c318f3c5 /textproc/dictfmt
parent151e9079d28fa0459f26ea063d995e293c85e10d (diff)
downloadports-2867b58cfe14fe203edc2ec45778eeceee51f66d.tar.gz
ports-2867b58cfe14fe203edc2ec45778eeceee51f66d.zip
BROKEN on sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=109056
Diffstat (limited to 'textproc/dictfmt')
-rw-r--r--textproc/dictfmt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile
index 188e12367190..8529e0f8205b 100644
--- a/textproc/dictfmt/Makefile
+++ b/textproc/dictfmt/Makefile
@@ -34,4 +34,10 @@ PLIST_FILES= bin/dictfmt bin/dictfmt_index2suffix bin/dictfmt_index2word \
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
+.include <bsd.port.post.mk>