pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cogito on solaris, depend on the mktemp package ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30911f493f70
branches:  trunk
changeset: 530346:30911f493f70
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Jun 26 04:45:47 2007 +0000

description:
on solaris, depend on the mktemp package too.
Things are progressing but still not 100% there.

diffstat:

 devel/cogito/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r e9f7d1167fb2 -r 30911f493f70 devel/cogito/Makefile
--- a/devel/cogito/Makefile     Mon Jun 25 23:53:28 2007 +0000
+++ b/devel/cogito/Makefile     Tue Jun 26 04:45:47 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2007/06/22 21:46:14 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.7 2007/06/26 04:45:47 dmcmahill Exp $
 #
 
 DISTNAME=              cogito-0.18.2
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel
 MASTER_SITES=          http://www.kernel.org/pub/software/scm/cogito/
 EXTRACT_SUFX=          .tar.bz2
@@ -23,6 +23,7 @@
 .if ${OPSYS} == "SunOS"
 
 DEPENDS+=      findutils>=4.1:../../sysutils/findutils
+DEPENDS+=      mktemp>=1.5:../../sysutils/mktemp
 
 TOOLS_PLATFORM.xargs=  ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}xargs
 



Home | Main Index | Thread Index | Old Index