diff options
author | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
commit | 497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /fonts/Xg | |
parent | 78122d314edeb82e3047dae09d03b73df8b70852 (diff) | |
download | pkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'fonts/Xg')
-rw-r--r-- | fonts/Xg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/Xg/Makefile b/fonts/Xg/Makefile index 5514e00d75e..8ed849df624 100644 --- a/fonts/Xg/Makefile +++ b/fonts/Xg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:45:47 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/09/28 20:52:21 rillig Exp $ DISTNAME= libXg.utf.fonts PKGNAME= libXgFonts-1.0 @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= These are the UNICODE fonts for use with 9term and sam WRKSRC= ${WRKDIR} -NO_BUILD= # defined +NO_BUILD= yes USE_X11BASE= yes .include "../../mk/bsd.pkg.mk" |