diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-20 06:27:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-20 06:27:24 +0000 |
commit | 6590ccc27c3509c6af38388f125b1d71a26bf93a (patch) | |
tree | 00b29986d6c3cf7cd7951439fea1df5dc64dac0b /fonts/ttf2pk | |
parent | 1ed196fcaadbc2f9de6d0984325d69174df825d7 (diff) | |
download | pkgsrc-6590ccc27c3509c6af38388f125b1d71a26bf93a.tar.gz |
Use the autoconf version intended by the author. This makes the
package build on Darwin.
Diffstat (limited to 'fonts/ttf2pk')
-rw-r--r-- | fonts/ttf2pk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile index 1034588ffb2..c7c5e047424 100644 --- a/fonts/ttf2pk/Makefile +++ b/fonts/ttf2pk/Makefile @@ -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_DIRS= ${T2PSRC} BUILD_TARGET= depend all USE_LIBTOOL= yes -USE_TOOLS+= autoconf +USE_TOOLS+= autoconf213 TEXMF= ${PKG_LOCALTEXMFPREFIX} INSTALLATION_DIRS= bin man/man1 |