From 20b44e2c3199bd4b5c6398e0c8ed1b85a018cc85 Mon Sep 17 00:00:00 2001 From: sketch Date: Mon, 10 Jul 2006 20:38:50 +0000 Subject: Solaris doesn't have mktemp (recently added to pkg_chk) in the base system, so pull in as a dependancy. --- pkgtools/pkg_chk/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pkgtools') diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile index 610feca28e5..71114af8ab5 100644 --- a/pkgtools/pkg_chk/Makefile +++ b/pkgtools/pkg_chk/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2006/06/09 16:43:33 abs Exp $ +# $NetBSD: Makefile,v 1.36 2006/07/10 20:38:50 sketch Exp $ DISTNAME= pkg_chk-1.75 +PKGREVISION= 1 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty @@ -22,6 +23,10 @@ INSTALLATION_DIRS= sbin man/man8 .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "SunOS" +DEPENDS+= mktemp>=1.4:../../sysutils/mktemp +.endif + MAKECONF?= /etc/mk.conf #XXX: how to get GZIP_CMD?! -- cgit v1.2.3