diff options
author | kris <kris@FreeBSD.org> | 2002-10-26 10:55:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-26 10:55:52 +0800 |
commit | b59c9e1e35103c446c8de55d829d77999e71b116 (patch) | |
tree | 0a5109baeef33f48f6f528cb1252154f3d38fa06 /textproc/sp | |
parent | a431715e60e09f7335ad90915bb088e486f6bfd1 (diff) | |
download | freebsd-ports-gnome-b59c9e1e35103c446c8de55d829d77999e71b116.tar.gz freebsd-ports-gnome-b59c9e1e35103c446c8de55d829d77999e71b116.tar.zst freebsd-ports-gnome-b59c9e1e35103c446c8de55d829d77999e71b116.zip |
Mark BROKEN on 5.0
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> |