From 76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 26 Oct 2002 02:55:52 +0000 Subject: Mark BROKEN on 5.0 --- textproc/sp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textproc/sp') diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile index 51ec20618e07..7bba5b46375b 100644 --- a/textproc/sp/Makefile +++ b/textproc/sp/Makefile @@ -15,6 +15,12 @@ MAINTAINER= chuckr@FreeBSD.org USE_SUBMAKE= yes INSTALLS_SHLIB= yes +.include + +.if ${OSVERSION} >= 500035 +BROKEN= "Does not compile on 5.0" +.endif + post-patch: $(CP) $(WRKSRC)/Makefile $(WRKSRC)/Makefile.sed $(CP) $(WRKSRC)/Makefile.lib $(WRKSRC)/Makefile.lib.sed @@ -28,4 +34,4 @@ post-install: for file in $(WRKSRC)/include/*;do $(INSTALL_DATA) $$file $(PREFIX)/include/sp;done for file in $(WRKSRC)/doc/*;do $(INSTALL_DATA) $$file $(PREFIX)/share/doc/sp;done -.include +.include -- cgit v1.2.3