diff options
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r-- | net/ORBit/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index c868be4fc76..8ef7848f2b9 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2001/11/29 01:12:41 hubertf Exp $ +# $NetBSD: Makefile,v 1.71 2001/12/28 23:19:46 abs Exp $ # DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR} @@ -13,6 +13,8 @@ COMMENT= high-performance CORBA ORB with support for the C language DEPENDS+= gindent-[0-9]*:../../devel/gindent +BUILD_DEPENDS+= automake>=1.4:../../devel/automake + USE_GMAKE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE+= ${WRKSRC}/ltconfig @@ -31,6 +33,8 @@ PLIST_SUBST+= ORBIT_MAJOR=${ORBIT_MAJOR} ORBIT_MINOR=${ORBIT_MINOR} INFO_FILES= libIDL.info +AUTOMAKE_OVERRIDE= NO # Otherwise breaks 1.5 arm32 + .include "../../devel/gettext-lib/buildlink.mk" .include "../../devel/glib/buildlink.mk" .include "../../security/tcp_wrappers/buildlink.mk" |