summaryrefslogtreecommitdiff
path: root/net/ORBit/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-27 00:45:13 +0000
committerjlam <jlam>2002-09-27 00:45:13 +0000
commitaa8de4713a8a57c26ea3f128986a5fd8f38a7461 (patch)
tree09089ef7246994bf7eb39e745fe80eb4ae6d6404 /net/ORBit/Makefile
parent176de3deb73ddfda7c229bbaafc27d668db063e8 (diff)
downloadpkgsrc-aa8de4713a8a57c26ea3f128986a5fd8f38a7461.tar.gz
Remove dependency on automake by patching the Makefile.in file instead of
the Makefile.am file.
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r--net/ORBit/Makefile6
1 files changed, 2 insertions, 4 deletions
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"