diff options
author | taca <taca@pkgsrc.org> | 2002-08-28 13:44:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-08-28 13:44:03 +0000 |
commit | 35d3302e497d7b8768b618b5cbf546ae1821a306 (patch) | |
tree | 2822180d7624e2dc98219fd638b086bcf587d7f6 | |
parent | cf088189b3b5b40463bc545c0549f5026ac6b8c5 (diff) | |
download | pkgsrc-35d3302e497d7b8768b618b5cbf546ae1821a306.tar.gz |
Build depends to gmake 3.79.1 and later instead of exactly 3.79.1.
-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 |