aboutsummaryrefslogtreecommitdiff
path: root/irc/ezbounce
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 /irc/ezbounce
parent01977fcaeadf6fa6fe54d180a7f6ec93d5742226 (diff)
downloadports-c1a0f8ede9b1500fbfeeddd49e14619623f520ad.tar.gz
ports-c1a0f8ede9b1500fbfeeddd49e14619623f520ad.zip
Notes
Diffstat (limited to 'irc/ezbounce')
-rw-r--r--irc/ezbounce/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile
index 22ca7ba7ffc2..c03e26be16a6 100644
--- a/irc/ezbounce/Makefile
+++ b/irc/ezbounce/Makefile
@@ -33,6 +33,12 @@ PLIST_SUB+= SSL=""
PLIST_SUB+= SSL="@comment "
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
pre-everything::
@${ECHO} ""
@${ECHO} "You may use the following build options:"
@@ -78,4 +84,4 @@ do-install:
.endif
@${SED} -e "s:/usr/local:${PREFIX}:g" ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>