diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-22 02:20:34 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-22 02:20:34 +0000 |
commit | 4779460643349bd052b5b4c2702beaf2abda251e (patch) | |
tree | 68f41ae76ec63feecf8f51a515be1b2117c064fd /misc/brs/Makefile | |
parent | Update f-prot to 4.3.0. (diff) |
misc/brs stopped compiling on -CURRENT due to an obsolete header. Here's a fix, written by Volker Stolz. Thanks Volker!
PR: 59570
Submitted by: MAINTAINER
Diffstat (limited to 'misc/brs/Makefile')
-rw-r--r-- | misc/brs/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile index c18a82aaa9b1..4701c9053c8e 100644 --- a/misc/brs/Makefile +++ b/misc/brs/Makefile @@ -22,10 +22,6 @@ MAN1= bible.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - post-patch: @${MV} ${WRKSRC}/brl.c ${WRKSRC}/brl.c.sed ${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \ |