diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-27 23:59:58 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-27 23:59:58 +0800 |
commit | 663d1d37469b4d13e24f47ca2e166bd3203e476f (patch) | |
tree | b7cae8cd3e78a261f51fd259d9aade755a326310 /math/GiNaC/Makefile | |
parent | 5baf64a9c58b580f0359676aa1f2520ca4fefa6b (diff) | |
download | freebsd-ports-gnome-663d1d37469b4d13e24f47ca2e166bd3203e476f.tar.gz freebsd-ports-gnome-663d1d37469b4d13e24f47ca2e166bd3203e476f.tar.zst freebsd-ports-gnome-663d1d37469b4d13e24f47ca2e166bd3203e476f.zip |
IGNORE should be used instead of BROKEN to indicate that a port
will never be available on a particular OS release version.
PR: 53441
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r-- | math/GiNaC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 01f86b0f88ba..47a0138374e2 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -34,7 +34,7 @@ MAN1= ginac-config.1 ginsh.1 viewgar.1 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "need gcc32 and cln must build with gcc32" +IGNORE= "needs gcc32 and cln must be built with gcc32" .endif post-extract: |