diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-17 14:15:48 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-17 14:15:48 +0000 |
commit | 95aee6f4c71325f6c7b3e30c7a4d6689d5076d32 (patch) | |
tree | f7b62f9d32d1487082fc63e5c43fbeef93aa5138 /science | |
parent | e8b7762f08cd861c0d512d015304a0b25e79d7bb (diff) | |
download | ports-95aee6f4c71325f6c7b3e30c7a4d6689d5076d32.tar.gz ports-95aee6f4c71325f6c7b3e30c7a4d6689d5076d32.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/libctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/libctl/Makefile b/science/libctl/Makefile index cb1b9b1b3395..24717f9e16e6 100644 --- a/science/libctl/Makefile +++ b/science/libctl/Makefile @@ -26,7 +26,7 @@ MAN1= gen-ctl-io.1 .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" -BROKEN= Does not compile on i386 or sparc64 +BROKEN= does not build .endif post-install: |