diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 03:08:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 03:08:52 +0000 |
commit | 742e6fd884b497370d1bbc2a7e06251940cabe9f (patch) | |
tree | 9775ff602f4817c216957d94b3ac9556c141f0de /security/bjorb | |
parent | c0b410d0177f30f70c39e7235022ea5ec9420389 (diff) | |
download | ports-742e6fd884b497370d1bbc2a7e06251940cabe9f.tar.gz ports-742e6fd884b497370d1bbc2a7e06251940cabe9f.zip |
Mark BROKEN on 5.0
Notes
Notes:
svn path=/head/; revision=68851
Diffstat (limited to 'security/bjorb')
-rw-r--r-- | security/bjorb/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile index 34b3b868c88b..886502b12369 100644 --- a/security/bjorb/Makefile +++ b/security/bjorb/Makefile @@ -36,6 +36,12 @@ DOCS= ChangeLog \ doc/features.jp EXAMPLES= doc/sample/bjorb.conf.doc +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500035 +BROKEN= "Does not compile on 5.0" +.endif + post-install: @${INSTALL_SCRIPT} ${DOCSRC}/doc/sample/bjorb.sh ${PREFIX}/etc/rc.d/bjorb.sh.sample .if !defined(NOPORTDOCS) @@ -49,4 +55,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |