aboutsummaryrefslogtreecommitdiff
path: root/net/nepim/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-01 08:03:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-01 08:03:08 +0000
commit591fc652219ab963c645cfc168dc1e7267d34a8c (patch)
tree7c658efb4b5b7544c0dde074b35eeab0aed9bba4 /net/nepim/Makefile
parente43831a81adb9d2bc41d0674fc85069205be832f (diff)
downloadports-591fc652219ab963c645cfc168dc1e7267d34a8c.tar.gz
ports-591fc652219ab963c645cfc168dc1e7267d34a8c.zip
Notes
Diffstat (limited to 'net/nepim/Makefile')
-rw-r--r--net/nepim/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/nepim/Makefile b/net/nepim/Makefile
index c76a6dc9f067..ff4c0a315534 100644
--- a/net/nepim/Makefile
+++ b/net/nepim/Makefile
@@ -30,4 +30,10 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nepim ${PREFIX}/bin
-.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>