From e43465bb54a7ce05e75d1465a96cf6ac624cee47 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 28 Aug 2002 15:11:30 +0000 Subject: [PATCH] Pull up revision 1.19 of Makefile to netbsd-1-6 branch of pkgsrc. Requested by Takahiro Kambe > Date: Wed, 28 Aug 2002 16:44:04 +0300 (EEST) > From: Takahiro Kambe > > Module Name: pkgsrc > Committed By: taca > Date: Wed Aug 28 13:44:04 UTC 2002 > > Modified Files: > pkgsrc/fonts/jisx0208fonts: Makefile > > Log Message: > Build depends to gmake 3.79.1 and later instead of exactly 3.79.1. --- fonts/jisx0208fonts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index 463e9375263..a517ca12c61 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/04/30 04:16:09 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 -- 2.41.0