diff options
author | wiz <wiz> | 2001-10-15 22:34:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-10-15 22:34:00 +0000 |
commit | 5038ed5a56f97b4b280fedb05d7daa7754bc6b40 (patch) | |
tree | cfd0e82bd1bb70e582f7d4dc6b4d11858698e9eb /net | |
parent | c8842e0c300d00a1c3f531fb0453ccd441b7bcd0 (diff) | |
download | pkgsrc-5038ed5a56f97b4b280fedb05d7daa7754bc6b40.tar.gz |
Doesn't depend on automake anymore, so it doesn't BUILD_USE_GETTEXT_M4
anymore either.
Diffstat (limited to 'net')
-rw-r--r-- | net/ORBit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 0c63b70eeb9..5ff31b9231a 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2001/10/08 20:24:59 tron Exp $ +# $NetBSD: Makefile,v 1.69 2001/10/15 22:34:00 wiz Exp $ # DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR} @@ -13,7 +13,6 @@ COMMENT= high-performance CORBA ORB with support for the C language DEPENDS+= gindent-[0-9]*:../../devel/gindent -BUILD_USES_GETTEXT_M4= YES USE_GMAKE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE+= ${WRKSRC}/ltconfig |