archivers/star: Specifiy minimum required version of smake tool dependency
This is required because devel/smake/Makefile.common must be recent enough.
This commit is contained in:
parent
961a60ea4a
commit
6d88d0f418
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.53 2020/08/26 13:51:36 micha Exp $
|
||||
# $NetBSD: Makefile,v 1.54 2020/09/28 10:36:06 micha Exp $
|
||||
|
||||
DISTNAME= schily-2020-08-12
|
||||
PKGNAME= star-1.6.1
|
||||
|
@ -16,7 +16,7 @@ MAKE_JOBS_SAFE= no
|
|||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
TOOL_DEPENDS+= smake-[0-9]*:../../devel/smake
|
||||
TOOL_DEPENDS+= smake>=1.3nb11:../../devel/smake
|
||||
SMAKE= MAKEFLAGS= smake
|
||||
MAKE_FLAGS+= DESTDIR=${DESTDIR} INS_BASE=${PREFIX} DEFMANBASE=. MANDIR=${PKGMANDIR}
|
||||
# Honor CPPFLAGS, CFLAGS and LDFLAGS
|
||||
|
|
Loading…
Reference in a new issue