diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-05-26 20:23:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-05-26 20:23:12 +0000 |
commit | de1ccba75678e5ce47f59a40b2d2fcd61b3fe112 (patch) | |
tree | 68ebf2598e543180939a9b3b8c99d60c9c50de9d /sysutils/44bsd-more | |
parent | 90d066226dd1c911b582d427e238586ef204ee7f (diff) | |
download | ports-de1ccba75678e5ce47f59a40b2d2fcd61b3fe112.tar.gz ports-de1ccba75678e5ce47f59a40b2d2fcd61b3fe112.zip |
Notes
Diffstat (limited to 'sysutils/44bsd-more')
-rw-r--r-- | sysutils/44bsd-more/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/44bsd-more/Makefile b/sysutils/44bsd-more/Makefile index b88b0db3fe9b..00cce5e51963 100644 --- a/sysutils/44bsd-more/Makefile +++ b/sysutils/44bsd-more/Makefile @@ -21,6 +21,12 @@ MAN1= 44bsd-more.1 RELDATE= 20000521 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + post-extract: -cd ${WRKSRC} && co RCS/*,v @@ -45,4 +51,4 @@ tarup: cd ${WRKSRC} && tar cyf /tmp/${DISTFILES} RCS scp /tmp/${DISTFILES} freefall:public_html/dists -.include <bsd.port.mk> +.include <bsd.port.post.mk> |