diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 08:54:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 08:54:50 +0000 |
commit | 2867b58cfe14fe203edc2ec45778eeceee51f66d (patch) | |
tree | 8e08ee4dbcd42112ac1d224f8cd30575c318f3c5 /textproc/dictfmt | |
parent | 151e9079d28fa0459f26ea063d995e293c85e10d (diff) | |
download | ports-2867b58cfe14fe203edc2ec45778eeceee51f66d.tar.gz ports-2867b58cfe14fe203edc2ec45778eeceee51f66d.zip |
Notes
Diffstat (limited to 'textproc/dictfmt')
-rw-r--r-- | textproc/dictfmt/Makefile | 8 |
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> |