diff options
author | kris <kris@FreeBSD.org> | 2002-10-26 11:08:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-26 11:08:52 +0800 |
commit | 201fbdc2d51f0eacabe959a7b3073154308b8032 (patch) | |
tree | 508a3b9150744a7e9e7eb891a25a02a6859cb236 /security | |
parent | d3a5735d228830154871c34a492976176b57c793 (diff) | |
download | freebsd-ports-gnome-201fbdc2d51f0eacabe959a7b3073154308b8032.tar.gz freebsd-ports-gnome-201fbdc2d51f0eacabe959a7b3073154308b8032.tar.zst freebsd-ports-gnome-201fbdc2d51f0eacabe959a7b3073154308b8032.zip |
Mark BROKEN on 5.0
Diffstat (limited to 'security')
-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> |