summaryrefslogtreecommitdiff
path: root/devel/kdevelop-base
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-08-26 10:32:18 +0000
committerskrll <skrll@pkgsrc.org>2001-08-26 10:32:18 +0000
commitec3aee670c1cf560cceb843f28236eb94684cf6a (patch)
treedbe1614ef3af298b3ecf46c5a18a28d7ca2fcabc /devel/kdevelop-base
parentd2e77887868612aa0a01d5f9b272ec618eb893b8 (diff)
downloadpkgsrc-ec3aee670c1cf560cceb843f28236eb94684cf6a.tar.gz
Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
Diffstat (limited to 'devel/kdevelop-base')
-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 0c83f0c34f4..2bc41b12f51 100644
--- a/devel/kdevelop-base/Makefile
+++ b/devel/kdevelop-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/04/02 20:06:12 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/08/26 10:32:20 skrll Exp $
DISTNAME= kdevelop-1.3
PKGNAME= ${DISTNAME:S/-/-base-/}
@@ -12,7 +12,7 @@ COMMENT= Base modules for IDE for Unix/X11/KDE
BUILD_USES_MSGFMT= yes
DEPENDS+= autoconf-*:../../devel/autoconf
-DEPENDS+= automake-*:../../devel/automake
+DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= kdebase-1.*:../../x11/kdebase
DEPENDS+= kdoc-2*:../../textproc/kdoc
DEPENDS+= htdig>=3.1.5:../../www/htdig