aboutsummaryrefslogtreecommitdiff
path: root/irc/dircproxy
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 01:45:06 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 01:45:06 +0000
commitcbec3d25f618dd31158cb496e48702b9dff7e56a (patch)
tree45ff5c4c56d486007a69bda5a18371f5a530f3ea /irc/dircproxy
parent975032241addb7ad6ef6e1fe344bc0cc019128df (diff)
downloadports-cbec3d25f618dd31158cb496e48702b9dff7e56a.tar.gz
ports-cbec3d25f618dd31158cb496e48702b9dff7e56a.zip
Notes
Diffstat (limited to 'irc/dircproxy')
-rw-r--r--irc/dircproxy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/dircproxy/Makefile b/irc/dircproxy/Makefile
index 5f5513a77158..dd9f79e1607f 100644
--- a/irc/dircproxy/Makefile
+++ b/irc/dircproxy/Makefile
@@ -21,4 +21,10 @@ MAN1= dircproxy.1 dircproxy-crypt.1
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>