diff options
author | markd <markd@pkgsrc.org> | 2002-10-03 21:10:43 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-10-03 21:10:43 +0000 |
commit | f9e8039fc805396360583315ab786bfb1e2fd47c (patch) | |
tree | 39779e2f07c8ae19f883f4c2699f4d70bc25478c /devel/kdevelop-base/Makefile | |
parent | d22a289f65298231e344d7e99e8086482c18c515 (diff) | |
download | pkgsrc-f9e8039fc805396360583315ab786bfb1e2fd47c.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/Makefile | 4 |
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" |