summaryrefslogtreecommitdiff
path: root/fonts/Xg
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
commit5946936ffcde6674d4e6801abd4a757acd269dd5 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /fonts/Xg
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.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/Makefile4
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"