diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2010-09-27 10:10:45 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2010-09-27 10:10:45 +0000 |
commit | e3ea420424db5f9bd4c8efaacbe7f512c3db3e80 (patch) | |
tree | f03a9882927bd1c98e2418f8488a043ed7699a76 /astro/fowsr | |
parent | b17feaaba00582a548bbf7377a13dfdfd1c153d7 (diff) | |
download | ports-e3ea420424db5f9bd4c8efaacbe7f512c3db3e80.tar.gz ports-e3ea420424db5f9bd4c8efaacbe7f512c3db3e80.zip |
Notes
Diffstat (limited to 'astro/fowsr')
-rw-r--r-- | astro/fowsr/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/astro/fowsr/Makefile b/astro/fowsr/Makefile index 6e9578860b79..703bfc341f44 100644 --- a/astro/fowsr/Makefile +++ b/astro/fowsr/Makefile @@ -43,8 +43,4 @@ LDFLAGS+= "-L${PREFIX}/lib" MAKE_ENV+= "LDFLAGS=${LDFLAGS}" .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - .include <bsd.port.post.mk> |