diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-27 07:13:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-27 07:13:44 +0000 |
commit | f73230e12730ef8d44ddc2553fd240fab6699bbf (patch) | |
tree | c97af2c2d331286617276520b118045017a4d6db /www/kannel | |
parent | 3c241373767fae33f2c71dfce46211740662b8e6 (diff) | |
download | ports-f73230e12730ef8d44ddc2553fd240fab6699bbf.tar.gz ports-f73230e12730ef8d44ddc2553fd240fab6699bbf.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 c51be107a495..b449ee0ed94b 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -35,8 +35,8 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" -BROKEN= Does not compile on alpha or sparc64 +.if ${ARCH} == "alpha" +BROKEN= Does not compile on alpha .endif post-patch: |