From 8e722919cb69d11be35659988c828c051047249d Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 7 Feb 2004 12:30:47 +0000 Subject: BROKEN on 5.x: does not compile --- devel/ORBacus/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index cff5c580458c..c7c75e2fced9 100644 --- a/devel/ORBacus/Makefile +++ b/devel/ORBacus/Makefile @@ -25,8 +25,14 @@ MAN1= idl.1 MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \ - irgen.1 - irserv.1 - jidl.1 +.include + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-install: ${MKDIR} ${PREFIX}/share/doc/ORBacus ${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus -.include +.include -- cgit