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/XFree86-fonts75dpi | |
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/XFree86-fonts75dpi')
-rw-r--r-- | fonts/XFree86-fonts75dpi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/XFree86-fonts75dpi/Makefile b/fonts/XFree86-fonts75dpi/Makefile index 428decb7522..89ae50eabe9 100644 --- a/fonts/XFree86-fonts75dpi/Makefile +++ b/fonts/XFree86-fonts75dpi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/10/19 15:55:26 reed Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:21 rillig Exp $ DISTNAME= XFree86-${XF_VER}-src-4 PKGNAME= XFree86-fonts75dpi-${XF_VER} @@ -11,7 +11,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.xfree86.org/ COMMENT= XFree86 bitmap 75dpi fonts -NO_XFREE86_TARGETS= # defined +NO_XFREE86_TARGETS= yes WRKSRC= ${WRKDIR}/xc/fonts/bdf/75dpi .include "../../fonts/XFree86-fontsEncodings/Makefile.common" |