diff options
author | ryoon <ryoon> | 2011-05-28 12:05:22 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-05-28 12:05:22 +0000 |
commit | e90d0e43d377326b5ef4bb404ef5e298f33b6977 (patch) | |
tree | 72b0d63efe6722285baa412e582417a3d8466e3f /fonts | |
parent | fbea7aa869356b38d2bd87b493a8120ee9f28096 (diff) | |
download | pkgsrc-e90d0e43d377326b5ef4bb404ef5e298f33b6977.tar.gz |
Replace NO_SRC_ON* with NO_BIN_ON*.
Thank you, wiz@.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ricty-ttf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/ricty-ttf/Makefile b/fonts/ricty-ttf/Makefile index 6f74bdd28c3..973f32d0b1a 100644 --- a/fonts/ricty-ttf/Makefile +++ b/fonts/ricty-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/05/28 11:15:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2011/05/28 12:05:22 ryoon Exp $ # DISTNAME= Ricty-3.0.1 @@ -17,8 +17,8 @@ BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge BUILD_DEPENDS+= migu-ttf-[0-9]*:../../fonts/migu-ttf BUILD_DEPENDS+= inconsolata-ttf-[0-9]*:../../fonts/inconsolata-ttf -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} USE_X11BASE= YES NO_CONFIGURE= YES |