diff options
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r-- | net/ORBit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 75f24cd0efc..d37892abf9a 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2001/06/29 04:54:55 jlam Exp $ +# $NetBSD: Makefile,v 1.60 2001/08/26 10:32:22 skrll Exp $ # DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR} @@ -12,7 +12,7 @@ COMMENT= high-performance CORBA ORB with support for the C language DEPENDS+= gindent-*:../../devel/gindent BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_USES_GETTEXT_M4= YES USE_GMAKE= YES |