pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/ttf2pk Use the autoconf version intended by the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4211b2f5db48
branches:  trunk
changeset: 503409:4211b2f5db48
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Nov 20 06:27:24 2005 +0000

description:
Use the autoconf version intended by the author.  This makes the
package build on Darwin.

diffstat:

 fonts/ttf2pk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 44868d02b7b6 -r 4211b2f5db48 fonts/ttf2pk/Makefile
--- a/fonts/ttf2pk/Makefile     Sun Nov 20 03:01:10 2005 +0000
+++ b/fonts/ttf2pk/Makefile     Sun Nov 20 06:27:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/11/13 05:30:11 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2005/11/20 06:27:24 minskim Exp $
 #
 
 .include "../../graphics/freetype-lib/Makefile.common"
@@ -22,7 +22,7 @@
 BUILD_TARGET=          depend all
 
 USE_LIBTOOL=           yes
-USE_TOOLS+=            autoconf
+USE_TOOLS+=            autoconf213
 
 TEXMF=                 ${PKG_LOCALTEXMFPREFIX}
 INSTALLATION_DIRS=     bin man/man1



Home | Main Index | Thread Index | Old Index