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/umefont-ttf | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'fonts/umefont-ttf')
-rw-r--r-- | fonts/umefont-ttf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fonts/umefont-ttf/Makefile b/fonts/umefont-ttf/Makefile index 0bf08c48cde..ad91aac6271 100644 --- a/fonts/umefont-ttf/Makefile +++ b/fonts/umefont-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2015/07/01 12:33:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.52 2015/07/04 16:18:33 joerg Exp $ # DISTNAME= umefont_520 @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C/([a-z]+)-//} CONFLICTS= umefont<=0.421 SUPERSEDES= umefont<=0.421 -USE_X11BASE= YES NO_CONFIGURE= YES NO_BUILD= YES |