diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-07-28 06:33:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-07-28 06:33:59 +0000 |
commit | 3b3128196e8706c3616c88df7206b4a27f7b8959 (patch) | |
tree | 31433c1d06ed5be6756933b97f6d80a77f17b710 /graphics/divxcalc | |
parent | 8cc5d5476277491942e4695f3ffd43176f7badc6 (diff) |
Notes
Diffstat (limited to 'graphics/divxcalc')
-rw-r--r-- | graphics/divxcalc/Makefile | 2 | ||||
-rw-r--r-- | graphics/divxcalc/files/patch-admin::detect-autoconf.sh | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile index 473ec5973334..adf77d5bf131 100644 --- a/graphics/divxcalc/Makefile +++ b/graphics/divxcalc/Makefile @@ -8,7 +8,7 @@ PORTNAME= divxcalc PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://imagef1.net.nz/divxcalc/ diff --git a/graphics/divxcalc/files/patch-admin::detect-autoconf.sh b/graphics/divxcalc/files/patch-admin::detect-autoconf.sh index e4bb5b9ca368..2722804ad60a 100644 --- a/graphics/divxcalc/files/patch-admin::detect-autoconf.sh +++ b/graphics/divxcalc/files/patch-admin::detect-autoconf.sh @@ -7,9 +7,9 @@ -AUTOM4TE="autom4te" -AUTOMAKE="automake" -ACLOCAL="aclocal" -+AUTOCONF="autoconf253" -+AUTOHEADER="autoheader253" -+AUTOM4TE="autom4te253" -+AUTOMAKE="automake15" -+ACLOCAL="aclocal15" ++AUTOCONF="autoconf-2.53" ++AUTOHEADER="autoheader-2.53" ++AUTOM4TE="autom4te-2.53" ++AUTOMAKE="automake-1.5" ++ACLOCAL="aclocal-1.5" |