diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 02:55:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 02:55:52 +0000 |
commit | 76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b (patch) | |
tree | e03a24e7a2e79afe60bef46f4af3cef4637a6c1a /textproc/sp | |
parent | 565a4bfeef3d02a72f8a4542627bd3ab2dbe388b (diff) | |
download | ports-76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b.tar.gz ports-76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b.zip |
Notes
Diffstat (limited to 'textproc/sp')
-rw-r--r-- | textproc/sp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |