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 /net/freewais-sf | |
parent | 565a4bfeef3d02a72f8a4542627bd3ab2dbe388b (diff) | |
download | ports-76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b.tar.gz ports-76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b.zip |
Notes
Diffstat (limited to 'net/freewais-sf')
-rw-r--r-- | net/freewais-sf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index 0e3c8af18b4a..4fd8fc8e2034 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -25,6 +25,12 @@ MAN1= catalog.1 dictionary.1 inverted_file.1 mkfmt.1 waisindex.1 \ waisq.1 waissearch.1 waisserver.1 xwais.1 xwaisq.1 MAN3= ftw.3 regexp.3 scandir.3 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500035 +BROKEN= "Does not compile on 5.0" +.endif + post-extract: ${CP} ${FILESDIR}/freebsd.sh ${WRKSRC}/hints @@ -34,4 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |