aboutsummaryrefslogtreecommitdiff
path: root/devel/kdevelop
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-07-01 17:06:41 +0000
committerAde Lovett <ade@FreeBSD.org>2004-07-01 17:06:41 +0000
commit328b757bf2b6c173ce65d3872ea462f25a5d5f9b (patch)
tree9a761809da3b45684b09bc2f0d6091132e77c78a /devel/kdevelop
parentab98d6018836ec7c6f81c02805fae5314c044f04 (diff)
downloadports-328b757bf2b6c173ce65d3872ea462f25a5d5f9b.tar.gz
ports-328b757bf2b6c173ce65d3872ea462f25a5d5f9b.zip
Notes
Diffstat (limited to 'devel/kdevelop')
-rw-r--r--devel/kdevelop/Makefile4
-rw-r--r--devel/kdevelop/files/patch-parts-appwizard-common-admin-detect-autoconf.sh16
2 files changed, 10 insertions, 10 deletions
diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile
index 54f3ceb17fc5..59a54f860a67 100644
--- a/devel/kdevelop/Makefile
+++ b/devel/kdevelop/Makefile
@@ -30,9 +30,9 @@ RUN_DEPENDS+= kiconedit:${PORTSDIR}/graphics/kdegraphics3 \
# KDE_DISTNAME= ${PORTNAME}-${PORTVERSION}_for_KDE_3.1
-WANT_AUTOMAKE_VER= 17
+WANT_AUTOMAKE_VER= 18
WANT_AUTOMAKE_RUN= yes
-WANT_AUTOCONF_VER= 257
+WANT_AUTOCONF_VER= 259
WANT_AUTOCONF_RUN= yes
USE_KDELIBS_VER=3
USE_BZIP2= yes
diff --git a/devel/kdevelop/files/patch-parts-appwizard-common-admin-detect-autoconf.sh b/devel/kdevelop/files/patch-parts-appwizard-common-admin-detect-autoconf.sh
index b87cf3d715b5..823d3319c07c 100644
--- a/devel/kdevelop/files/patch-parts-appwizard-common-admin-detect-autoconf.sh
+++ b/devel/kdevelop/files/patch-parts-appwizard-common-admin-detect-autoconf.sh
@@ -4,8 +4,8 @@
AUTOCONF="`$WHICH autoconf-2.5x`"
elif test -x "`$WHICH autoconf-2.57 2>/dev/null`" ; then
AUTOCONF="`$WHICH autoconf-2.57`"
-+ elif test -x "`$WHICH autoconf257 2>/dev/null`" ; then
-+ AUTOCONF="`$WHICH autoconf257`"
++ elif test -x "`$WHICH autoconf259 2>/dev/null`" ; then
++ AUTOCONF="`$WHICH autoconf295`"
elif test -x "`$WHICH autoconf-2.56 2>/dev/null`" ; then
AUTOCONF="`$WHICH autoconf-2.56`"
elif test -x "`$WHICH autoconf-2.55 2>/dev/null`" ; then
@@ -13,9 +13,9 @@
elif test -x "`$WHICH autoheader-2.57 2>/dev/null`" ; then
AUTOHEADER="`$WHICH autoheader-2.57`"
AUTOM4TE="`$WHICH autom4te-2.57`"
-+ elif test -x "`$WHICH autoheader257 2>/dev/null`" ; then
-+ AUTOHEADER="`$WHICH autoheader257`"
-+ AUTOM4TE="`$WHICH autom4te257`"
++ elif test -x "`$WHICH autoheader259 2>/dev/null`" ; then
++ AUTOHEADER="`$WHICH autoheader259`"
++ AUTOM4TE="`$WHICH autom4te259`"
elif test -x "`$WHICH autoheader-2.56 2>/dev/null`" ; then
AUTOHEADER="`$WHICH autoheader-2.56`"
AUTOM4TE="`$WHICH autom4te-2.56`"
@@ -23,9 +23,9 @@
elif test -x "`$WHICH automake-1.7 2>/dev/null`" ; then
AUTOMAKE="`$WHICH automake-1.7`"
ACLOCAL="`$WHICH aclocal-1.7`"
-+ elif test -x "`$WHICH automake17 2>/dev/null`" ; then
-+ AUTOMAKE="`$WHICH automake17`"
-+ ACLOCAL="`$WHICH aclocal17`"
++ elif test -x "`$WHICH automake18 2>/dev/null`" ; then
++ AUTOMAKE="`$WHICH automake18`"
++ ACLOCAL="`$WHICH aclocal18`"
fi
if test -n "$UNSERMAKE"; then
AUTOMAKE="$UNSERMAKE"