diff options
author | kris <kris@FreeBSD.org> | 2004-09-17 22:30:12 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-17 22:30:12 +0000 |
commit | 72b69892770980cbc6f096e817fb285c271154c8 (patch) | |
tree | 83b62ec77abe5aa9433bb05f0f103f7c3c500c9e /misc/44bsd-more | |
parent | 89449b9385eec911679974a48e15f00177f6b83c (diff) | |
download | FreeBSD-ports-72b69892770980cbc6f096e817fb285c271154c8.zip FreeBSD-ports-72b69892770980cbc6f096e817fb285c271154c8.tar.gz |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'misc/44bsd-more')
-rw-r--r-- | misc/44bsd-more/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/44bsd-more/Makefile b/misc/44bsd-more/Makefile index f2c3d20..b57d92a 100644 --- a/misc/44bsd-more/Makefile +++ b/misc/44bsd-more/Makefile @@ -22,6 +22,12 @@ MAN1= 44bsd-more.1 RELDATE= 20000521 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-extract: -cd ${WRKSRC} && co RCS/*,v @@ -44,4 +50,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> |