diff options
author | abs <abs> | 2001-12-28 23:19:46 +0000 |
---|---|---|
committer | abs <abs> | 2001-12-28 23:19:46 +0000 |
commit | fe62f391ec8aac4d2b771a05b380528109b4036f (patch) | |
tree | d8405f107c3e9af46bd57de4ac95d386dd29b68c /net/ORBit | |
parent | e17398e842d38629016947e8dbefdf9dced95e8e (diff) | |
download | pkgsrc-fe62f391ec8aac4d2b771a05b380528109b4036f.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/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" |