summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-16 02:33:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-16 02:33:05 +0000
commitc1a0f8ede9b1500fbfeeddd49e14619623f520ad (patch)
treeda64bfdf1b4f9333a4a03d016667a79a61bbe190 /sysutils
parentDon't check the base system when PACKAGE_BUILDING (diff)
BROKEN on 5.x: Does not compile with gcc 3.4.2
Notes
Notes: svn path=/head/; revision=116340
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tua/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/tua/Makefile b/sysutils/tua/Makefile
index 47ca0a568b4d..cdd45407dc65 100644
--- a/sysutils/tua/Makefile
+++ b/sysutils/tua/Makefile
@@ -16,4 +16,10 @@ COMMENT= The Uucp Analyzer
GNU_CONFIGURE= yes
MAN1= tua.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
+.include <bsd.port.post.mk>