pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_chk mktemp is a tool, depend on it the co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51ffe27f3217
branches:  trunk
changeset: 515923:51ffe27f3217
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon Jul 10 22:46:15 2006 +0000

description:
mktemp is a tool, depend on it the correct way.

diffstat:

 pkgtools/pkg_chk/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 1d8f3ba017ba -r 51ffe27f3217 pkgtools/pkg_chk/Makefile
--- a/pkgtools/pkg_chk/Makefile Mon Jul 10 22:26:27 2006 +0000
+++ b/pkgtools/pkg_chk/Makefile Mon Jul 10 22:46:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/07/10 20:38:50 sketch Exp $
+# $NetBSD: Makefile,v 1.37 2006/07/10 22:46:15 salo Exp $
 
 DISTNAME=      pkg_chk-1.75
 PKGREVISION=   1
@@ -15,6 +15,7 @@
 WRKSRC=                ${WRKDIR}
 EXTRACT_ONLY=  # empty
 USE_LANGUAGES= # empty
+USE_TOOLS+=    mktemp:run
 NO_CHECKSUM=   YES
 
 CONFLICTS=     pkgchk-[0-9]*
@@ -23,10 +24,6 @@
 
 .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?!



Home | Main Index | Thread Index | Old Index