diff options
author | minskim <minskim> | 2005-11-20 06:27:24 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-11-20 06:27:24 +0000 |
commit | 1340be607db64e7f842bc52b7abb3dd5d397513b (patch) | |
tree | 00b29986d6c3cf7cd7951439fea1df5dc64dac0b /fonts | |
parent | 347c3f250d9c125ac2b91c96852a493d7f720620 (diff) | |
download | pkgsrc-1340be607db64e7f842bc52b7abb3dd5d397513b.tar.gz |
Use the autoconf version intended by the author. This makes the
package build on Darwin.
Diffstat (limited to 'fonts')
-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 |