diff options
author | pav <pav@FreeBSD.org> | 2007-07-02 19:01:04 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-02 19:01:04 +0000 |
commit | 8eba96b36ad4230e29c29044a42608050210a1f7 (patch) | |
tree | 1ded10deafb806a07b1bf673070f413ce7ec1884 /lang/pfe | |
parent | 487e44169b5eab1086657b11b255d372dbb4abee (diff) | |
download | FreeBSD-ports-8eba96b36ad4230e29c29044a42608050210a1f7.zip FreeBSD-ports-8eba96b36ad4230e29c29044a42608050210a1f7.tar.gz |
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Diffstat (limited to 'lang/pfe')
-rw-r--r-- | lang/pfe/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 3ddbc67..0897d7d 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> |