diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 40359543350f97f6f4ce738f77467358da339880 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /fonts/efont-unicode | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'fonts/efont-unicode')
-rw-r--r-- | fonts/efont-unicode/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fonts/efont-unicode/Makefile b/fonts/efont-unicode/Makefile index 1a7997ce727..e61db2d7d43 100644 --- a/fonts/efont-unicode/Makefile +++ b/fonts/efont-unicode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/06/01 16:35:33 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/04 16:18:31 joerg Exp $ DISTNAME= efont-unicode-bdf-0.4.2 PKGNAME= ${DISTNAME:S/-bdf//} @@ -11,7 +11,6 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://openlab.ring.gr.jp/efont/unicode/ COMMENT= Free unicode BDF font -USE_X11BASE= YES USE_TOOLS+= bdftopcf gzip MESSAGE_SUBST+= FONTDIR=${FONTDIR} |