summaryrefslogtreecommitdiff
path: root/devel/kdevelop-base/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2002-10-03 21:10:43 +0000
committermarkd <markd>2002-10-03 21:10:43 +0000
commitcb0048039af098707aae38858e5286f6b1d08282 (patch)
tree39779e2f07c8ae19f883f4c2699f4d70bc25478c /devel/kdevelop-base/Makefile
parentddeb18a6eae5d68b5ad5a3d9bb9cb91d49950fbb (diff)
downloadpkgsrc-cb0048039af098707aae38858e5286f6b1d08282.tar.gz
It was pointed out that automake.mk only does BUILD_DEPENDS so go back
to an explicit DEPENDS on the latest automake package.
Diffstat (limited to 'devel/kdevelop-base/Makefile')
-rw-r--r--devel/kdevelop-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kdevelop-base/Makefile b/devel/kdevelop-base/Makefile
index 57d4b8bbfca..41d0f062b23 100644
--- a/devel/kdevelop-base/Makefile
+++ b/devel/kdevelop-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/10/03 13:32:19 markd Exp $
+# $NetBSD: Makefile,v 1.14 2002/10/03 21:10:43 markd Exp $
DISTNAME= kdevelop-2.1.3_for_KDE_3.0
PKGNAME= kdevelop-base-2.1.3
@@ -12,6 +12,7 @@ COMMENT= Base modules for IDE for Unix/X11/KDE
BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= yes
+DEPENDS+= automake>=1.7:../../devel/automake
DEPENDS+= kdoc>=3.0:../../textproc/kdoc
DEPENDS+= htdig>=3.1.6:../../www/htdig
DEPENDS+= a2ps>=4.12:../../print/a2ps
@@ -38,5 +39,4 @@ CONFIGURE_ARGS+= \
.include "../../x11/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
-.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"