diff options
author | ahze <ahze@FreeBSD.org> | 2006-07-06 15:10:59 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-07-06 15:10:59 +0800 |
commit | c836ce83cbbc20e6d7933d5cc1b1ab38835bbf40 (patch) | |
tree | f3c29bb8516e4d57042346578f7223fef1ba61a0 /net | |
parent | d0fc49b229350cd0a00111159a5a0e582a53e11f (diff) | |
download | freebsd-ports-gnome-c836ce83cbbc20e6d7933d5cc1b1ab38835bbf40.tar.gz freebsd-ports-gnome-c836ce83cbbc20e6d7933d5cc1b1ab38835bbf40.tar.zst freebsd-ports-gnome-c836ce83cbbc20e6d7933d5cc1b1ab38835bbf40.zip |
- Now builds on sparc64
Diffstat (limited to 'net')
-rw-r--r-- | net/tund/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tund/Makefile b/net/tund/Makefile index 095b8e26058d..327aa950f034 100644 --- a/net/tund/Makefile +++ b/net/tund/Makefile @@ -20,8 +20,8 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= "Does not build on ia64 or sparc64" +.if ${ARCH} == "ia64" +BROKEN= "Does not build on ${ARCH}" .endif .include <bsd.port.post.mk> |