summaryrefslogtreecommitdiff
path: root/net/ORBit
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-03 17:32:11 +0000
committerjlam <jlam@pkgsrc.org>2001-10-03 17:32:11 +0000
commit589dfeb98a1a372a8d29522b8819575bdbcfc892 (patch)
treefa71102a0b348e43f34b8d7214cbe2670ed16248 /net/ORBit
parente933a355063edc1eadb52813089c90ab3de42e67 (diff)
downloadpkgsrc-589dfeb98a1a372a8d29522b8819575bdbcfc892.tar.gz
Remove dependency on automake since we don't patch any of the automake
input files (Makefile.am, configure.in, etc.).
Diffstat (limited to 'net/ORBit')
-rw-r--r--net/ORBit/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index ad2d30927f9..11b7b3f0880 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2001/09/27 23:18:26 jlam Exp $
+# $NetBSD: Makefile,v 1.64 2001/10/03 17:32:11 jlam Exp $
#
DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
@@ -11,7 +11,6 @@ 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
BUILD_USES_GETTEXT_M4= YES
USE_GMAKE= YES