aboutsummaryrefslogtreecommitdiff
path: root/lang/pfe/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-02 19:01:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-02 19:01:04 +0000
commit9a0d0575be112a06e86c667ac754258a70d16b96 (patch)
treec577f033f5d2fdd41cbf57ae6e68e21315e1bfa6 /lang/pfe/Makefile
parent0148a5a042bf86baa4e025a2e3e31d3a9b379025 (diff)
downloadports-9a0d0575be112a06e86c667ac754258a70d16b96.tar.gz
ports-9a0d0575be112a06e86c667ac754258a70d16b96.zip
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Notes
Notes: svn path=/head/; revision=194710
Diffstat (limited to 'lang/pfe/Makefile')
-rw-r--r--lang/pfe/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile
index 3ddbc67f0cf3..0897d7d4ea72 100644
--- a/lang/pfe/Makefile
+++ b/lang/pfe/Makefile
@@ -27,4 +27,10 @@ CONFIGURE_ARGS= --mandir=${PREFIX}/man
MAN1= pfe.1 pfe-config.1
-.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>