diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-13 15:43:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-13 15:43:36 +0000 |
commit | 6cecc93a67a9988f9d246fcb4e2d71145592714a (patch) | |
tree | 1fe994fde3049936773441e3c562ebc2b80de5e5 /fonts | |
parent | af65f79c47373ae56199ec3a1d48cc9078af3be5 (diff) | |
download | pkgsrc-6cecc93a67a9988f9d246fcb4e2d71145592714a.tar.gz |
USE_X11BASE=YES, hope this helps.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/cyr-rfx-share/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/cyr-rfx-share/Makefile.common b/fonts/cyr-rfx-share/Makefile.common index e845e17b102..eab189ff2b0 100644 --- a/fonts/cyr-rfx-share/Makefile.common +++ b/fonts/cyr-rfx-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2002/07/08 01:47:09 wiz Exp $ +# $NetBSD: Makefile.common,v 1.2 2002/07/13 15:43:36 wiz Exp $ DISTNAME= cyr-rfx-${CYR_RFX_ENCODING}-1.1 CATEGORIES= fonts x11 @@ -12,6 +12,8 @@ HOMEPAGE= http://www.inp.nsk.su/~bolkhov/files/fonts/cyr-rfx/00index.en.html COMMENT= Cyrillic X11 fonts in ${CYR_RFX_ENCODING} encoding DIST_SUBDIR= cyr-rfx +USE_X11BASE= yes + NO_PATCH= yes NO_CONFIGURE= yes NO_BUILD= yes |