diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-26 04:45:47 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-26 04:45:47 +0000 |
commit | 37a9a442459f7aa946b679549a600b53e632d300 (patch) | |
tree | aac57ab31483698ee8e56a1e87fbc7bb4e624a06 /devel/cogito | |
parent | 1194ad7ee6f4cc51cac06cf18c13ab26ba7b0bf9 (diff) | |
download | pkgsrc-37a9a442459f7aa946b679549a600b53e632d300.tar.gz |
on solaris, depend on the mktemp package too.
Things are progressing but still not 100% there.
Diffstat (limited to 'devel/cogito')
-rw-r--r-- | devel/cogito/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cogito/Makefile b/devel/cogito/Makefile index 807ecc6c98b..09de11e2a73 100644 --- a/devel/cogito/Makefile +++ b/devel/cogito/Makefile @@ -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 @@ MAKE_FLAGS+= prefix=${PREFIX:Q} .if ${OPSYS} == "SunOS" DEPENDS+= findutils>=4.1:../../sysutils/findutils +DEPENDS+= mktemp>=1.5:../../sysutils/mktemp TOOLS_PLATFORM.xargs= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}xargs |