diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:53:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:53:52 +0000 |
commit | 041c38e48b0fdacc95d390a67a85a6130a8cd3e6 (patch) | |
tree | d1dd97cb6bc0f54393b5f1e1756253cf78612ded /www/kannel | |
parent | 85b4e38d13097652e71cce70389598fe3bcbbb3c (diff) | |
download | ports-041c38e48b0fdacc95d390a67a85a6130a8cd3e6.tar.gz ports-041c38e48b0fdacc95d390a67a85a6130a8cd3e6.zip |
Notes
Diffstat (limited to 'www/kannel')
-rw-r--r-- | www/kannel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile index a0b157562528..b0c10acaa7cc 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -44,8 +44,8 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" +BROKEN= "Does not compile on alpha or sparc64" .endif post-patch: |