aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/abacus
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-08-03 20:44:15 +0800
committerdinoex <dinoex@FreeBSD.org>2003-08-03 20:44:15 +0800
commitf7d175feb178d550c28e99a137b7db465f1ba4a1 (patch)
tree1343786ce871e1bf57195c78b213663d4ab99aaa /deskutils/abacus
parentfe0a945d85170f1640a20888bd3c5b57170bbbd9 (diff)
downloadfreebsd-ports-gnome-f7d175feb178d550c28e99a137b7db465f1ba4a1.tar.gz
freebsd-ports-gnome-f7d175feb178d550c28e99a137b7db465f1ba4a1.tar.zst
freebsd-ports-gnome-f7d175feb178d550c28e99a137b7db465f1ba4a1.zip
- mark BROKEN for gcc33
Diffstat (limited to 'deskutils/abacus')
-rw-r--r--deskutils/abacus/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/abacus/Makefile b/deskutils/abacus/Makefile
index 710adfd9f4eb..8055d2f28d23 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>