diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 08:41:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 08:41:52 +0000 |
commit | 77da813598db3b265b7527643ac3ac9993cf5db4 (patch) | |
tree | 4df7e79b466a16d71fcaa24ea782289e062df075 /irc | |
parent | 0489205d4b370e2e421851f3f00c5874f34a789e (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/quirc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile index 9b1812db9922..3b832b154f6f 100644 --- a/irc/quirc/Makefile +++ b/irc/quirc/Makefile @@ -31,6 +31,12 @@ MYPORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/color.txt \ doc/dccresum.txt doc/links.txt doc/nickcomp.txt \ doc/quedit.txt doc/rfc1459.txt doc/tdcc.txt +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/quirc @@ -39,4 +45,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |