diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:31:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:31:00 +0000 |
commit | d6b5bec1985d36f2680936dc099a3088a4964540 (patch) | |
tree | af86430ab623bb1e530707fdb84fa303c35e2e3a /net-p2p/apollon | |
parent | 74cdc4c240bd31c1b5268183c8ec787cbc016d24 (diff) | |
download | ports-d6b5bec1985d36f2680936dc099a3088a4964540.tar.gz ports-d6b5bec1985d36f2680936dc099a3088a4964540.zip |
Notes
Diffstat (limited to 'net-p2p/apollon')
-rw-r--r-- | net-p2p/apollon/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/apollon/Makefile b/net-p2p/apollon/Makefile index b858e7cf3fe8..22db96e18375 100644 --- a/net-p2p/apollon/Makefile +++ b/net-p2p/apollon/Makefile @@ -23,10 +23,16 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes USE_LIBTOOL_VER=15 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + post-patch: .ifdef(NOPORTDOCS) @${REINPLACE_CMD} -E -e 's/^(all:)[[:space:]]+docs-am/\1/; s/^(SUBDIRS.+)doc/\1/' \ ${WRKSRC}/Makefile.in .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |