aboutsummaryrefslogtreecommitdiff
path: root/games/kpicframer
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-07-28 06:33:59 +0000
committerAde Lovett <ade@FreeBSD.org>2007-07-28 06:33:59 +0000
commit3b3128196e8706c3616c88df7206b4a27f7b8959 (patch)
tree31433c1d06ed5be6756933b97f6d80a77f17b710 /games/kpicframer
parent8cc5d5476277491942e4695f3ffd43176f7badc6 (diff)
downloadports-3b3128196e8706c3616c88df7206b4a27f7b8959.tar.gz
ports-3b3128196e8706c3616c88df7206b4a27f7b8959.zip
Notes
Diffstat (limited to 'games/kpicframer')
-rw-r--r--games/kpicframer/Makefile2
-rw-r--r--games/kpicframer/files/patch-detect-autoconf.sh20
2 files changed, 6 insertions, 16 deletions
diff --git a/games/kpicframer/Makefile b/games/kpicframer/Makefile
index e1661e46949f..0296125e550e 100644
--- a/games/kpicframer/Makefile
+++ b/games/kpicframer/Makefile
@@ -6,7 +6,7 @@
PORTNAME= kpicframer
PORTVERSION= 0.5
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
diff --git a/games/kpicframer/files/patch-detect-autoconf.sh b/games/kpicframer/files/patch-detect-autoconf.sh
index 479a0693a838..721c9180dcea 100644
--- a/games/kpicframer/files/patch-detect-autoconf.sh
+++ b/games/kpicframer/files/patch-detect-autoconf.sh
@@ -9,8 +9,8 @@ diff -u -r1.6 detect-autoconf.sh
AUTOCONF="`$WHICH autoconf-2.52`"
elif test -x "`$WHICH autoconf2.50`" ; then
AUTOCONF="`$WHICH autoconf2.50`"
-+ elif test -x "`$WHICH autoconf257`" ; then
-+ AUTOCONF="`$WHICH autoconf257`"
++ elif test -x "`$WHICH autoconf-2.59`" ; then
++ AUTOCONF="`$WHICH autoconf-2.59`"
fi
}
@@ -18,19 +18,9 @@ diff -u -r1.6 detect-autoconf.sh
AUTOHEADER="`$WHICH autoheader-2.52`"
elif test -x "`$WHICH autoheader2.50`" ; then
AUTOHEADER="`$WHICH autoheader2.50`"
-+ elif test -x "`$WHICH autoheader257`" ; then
-+ AUTOHEADER="`$WHICH autoheader257`"
-+ AUTOM4TE="`$WHICH autom4te257`"
++ elif test -x "`$WHICH autoheader-2.59`" ; then
++ AUTOHEADER="`$WHICH autoheader-2.59`"
++ AUTOM4TE="`$WHICH autom4te-2.59`"
fi
}
-@@ -58,6 +63,9 @@
- elif test -x "`$WHICH automake-1.7`" ; then
- AUTOMAKE="`$WHICH automake-1.7`"
- ACLOCAL="`$WHICH aclocal-1.7`"
-+ elif test -x "`$WHICH automake17`" ; then
-+ AUTOMAKE="`$WHICH automake17`"
-+ ACLOCAL="`$WHICH aclocal17`"
- fi
- else
- AUTOMAKE="$UNSERMAKE"