From aa8de4713a8a57c26ea3f128986a5fd8f38a7461 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 27 Sep 2002 00:45:13 +0000 Subject: Remove dependency on automake by patching the Makefile.in file instead of the Makefile.am file. --- net/ORBit/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'net/ORBit/Makefile') diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index dfc48b9f672..132888940e9 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2002/08/25 18:39:30 jlam Exp $ +# $NetBSD: Makefile,v 1.79 2002/09/27 00:45:13 jlam Exp $ # DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR} @@ -11,8 +11,8 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= high-performance CORBA ORB with support for the C language DEPENDS+= gindent-[0-9]*:../../devel/gindent -BUILD_DEPENDS+= automake>=1.4:../../devel/automake +AUTOMAKE_OVERRIDE= NO # Otherwise breaks 1.5 arm32 USE_GMAKE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool @@ -31,8 +31,6 @@ 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/buildlink2.mk" .include "../../devel/glib/buildlink2.mk" .include "../../security/tcp_wrappers/buildlink2.mk" -- cgit v1.2.3