summaryrefslogtreecommitdiff
path: root/net/ORBit
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-12-28 23:19:46 +0000
committerabs <abs@pkgsrc.org>2001-12-28 23:19:46 +0000
commitb989dde6cb7df7dac55bf605eb36f6d1754b1407 (patch)
treed8405f107c3e9af46bd57de4ac95d386dd29b68c /net/ORBit
parent8009f7aff2937e94c9945a724ea3bfd366fd0832 (diff)
downloadpkgsrc-b989dde6cb7df7dac55bf605eb36f6d1754b1407.tar.gz
Pull in automake - otherwise we lose on arm32 1.5 a.out systems...
Diffstat (limited to 'net/ORBit')
-rw-r--r--net/ORBit/Makefile6
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"