diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /fonts/ttf2pk/Makefile | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'fonts/ttf2pk/Makefile')
-rw-r--r-- | fonts/ttf2pk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile index 49af53bf302..58477917188 100644 --- a/fonts/ttf2pk/Makefile +++ b/fonts/ttf2pk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:52 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:22 rillig Exp $ # .include "../../graphics/freetype-lib/Makefile.common" @@ -10,7 +10,7 @@ MAINTAINER= bernhard@SDG.de,hubertf@NetBSD.org HOMEPAGE= http://www.freetype.org/ COMMENT= TrueType to TeX PK font converter -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${LOCALBASE} CONFIGURE_ARGS+= --with-kpathsea-dir=${PREFIX}/lib @@ -20,7 +20,7 @@ BUILD_DIRS= ${T2PSRC} BUILD_TARGET= depend all -USE_LIBTOOL= # defined +USE_LIBTOOL= yes USE_TOOLS+= autoconf TEXMF= ${PREFIX}/share/texmf |