diff options
author | taca <taca@pkgsrc.org> | 2002-09-23 13:26:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-09-23 13:26:29 +0000 |
commit | aa81e6de68d064673d88c77fff6d5c886b68d795 (patch) | |
tree | bdf743b83acee8b9786cda58ead2082b22e6ed72 /fonts | |
parent | 266b07d055e13b00210658371491f4d36bb8b239 (diff) | |
download | pkgsrc-aa81e6de68d064673d88c77fff6d5c886b68d795.tar.gz |
- Move BUILD_DEPENDS line after USE_SHINONOME is really defined.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/jisx0208fonts/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index 8f6129340eb..0cbeec90996 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/09/23 13:24:44 taca Exp $ +# $NetBSD: Makefile,v 1.23 2002/09/23 13:26:29 taca Exp $ # DISTNAME= jisx0208fonts-20010112 @@ -11,16 +11,17 @@ DISTFILES= ${ELISA10X8} ${ELISA8X8} ${KANAME12} ${KAPPA20} ${NAGA10} \ MAINTAINER= tech-pkg-ja@jp.netbsd.org COMMENT= X11 fonts for JIS X0208 standard -.if ${USE_SHINONOME} == YES -# use gmake only post-extract with USE_SHINONOME == YES -BUILD_DEPENDS+= gmake>=3.79.1:../../devel/gmake -.endif - .include "../../mk/bsd.prefs.mk" + USE_NON_SQUARE?= NO USE_SHINONOME?= YES USE_KANAME?= YES +.if ${USE_SHINONOME} == YES +# use gmake only post-extract with USE_SHINONOME == YES +BUILD_DEPENDS+= gmake>=3.79.1:../../devel/gmake +.endif + USE_X11BASE= yes EXTRACT_ONLY= # empty |