diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-03 12:44:15 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-03 12:44:15 +0000 |
commit | f7d175feb178d550c28e99a137b7db465f1ba4a1 (patch) | |
tree | 1343786ce871e1bf57195c78b213663d4ab99aaa /deskutils | |
parent | fe0a945d85170f1640a20888bd3c5b57170bbbd9 (diff) | |
download | FreeBSD-ports-f7d175feb178d550c28e99a137b7db465f1ba4a1.zip FreeBSD-ports-f7d175feb178d550c28e99a137b7db465f1ba4a1.tar.gz |
- mark BROKEN for gcc33
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/abacus/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/abacus/Makefile b/deskutils/abacus/Makefile index 710adfd..8055d2f 100644 --- a/deskutils/abacus/Makefile +++ b/deskutils/abacus/Makefile @@ -57,4 +57,10 @@ do-install: @${MKDIR} ${PREFIX}/share/examples/abacus ${INSTALL_DATA} ${WRKSRC}/regressive/* ${PREFIX}/share/examples/abacus -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 501101 +BROKEN= not compatible with gcc33 +.endif + +.include <bsd.port.post.mk> |