diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-27 15:59:58 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-27 15:59:58 +0000 |
commit | 23d233d7c13a025a58f475a855c36c3d416adf75 (patch) | |
tree | 342a93bd0e40f013f9d5b9fd5a37284ad4559353 /math/GiNaC | |
parent | 3b72d2670628b8befc834d5be08abf689bf254c4 (diff) | |
download | ports-23d233d7c13a025a58f475a855c36c3d416adf75.tar.gz ports-23d233d7c13a025a58f475a855c36c3d416adf75.zip |
Notes
Diffstat (limited to 'math/GiNaC')
-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: |