diff options
author | taca <taca> | 2002-08-28 13:44:03 +0000 |
---|---|---|
committer | taca <taca> | 2002-08-28 13:44:03 +0000 |
commit | 8b24abf7163b293722189df8dc81026c94270c8f (patch) | |
tree | 2822180d7624e2dc98219fd638b086bcf587d7f6 /fonts | |
parent | 676e90810e17cec5365929e02f8b458262e00486 (diff) | |
download | pkgsrc-8b24abf7163b293722189df8dc81026c94270c8f.tar.gz |
Build depends to gmake 3.79.1 and later instead of exactly 3.79.1.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/jisx0208fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index 39db21258dc..a517ca12c61 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/07/24 19:45:24 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2002/08/28 13:44:03 taca Exp $ # DISTNAME= jisx0208fonts-20010112 @@ -12,7 +12,7 @@ MAINTAINER= tech-pkg-ja@jp.netbsd.org COMMENT= X11 fonts for JIS X0208 standard # not USE_GMAKE -BUILD_DEPENDS+= gmake-3.79.1:../../devel/gmake +BUILD_DEPENDS+= gmake>=3.79.1:../../devel/gmake .include "../../mk/bsd.prefs.mk" USE_NON_SQUARE?= NO |