diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-05-09 15:18:03 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-05-09 15:18:03 +0000 |
commit | a5e37c51f038a2efd7299fc865b0cb44dab464f6 (patch) | |
tree | f2c4f18df80a950b50037f28a067943887c1ad49 /devel/unidiff | |
parent | 5cfd548b583c1e959fffadc171f82badc8a7481c (diff) | |
download | pkgsrc-a5e37c51f038a2efd7299fc865b0cb44dab464f6.tar.gz |
Accept gsharutils>=4.2.1... not only 4.2.1, fixes PR pkg/30176 by
Robert Elz.
Bump PKGREVISION.
Diffstat (limited to 'devel/unidiff')
-rw-r--r-- | devel/unidiff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/unidiff/Makefile b/devel/unidiff/Makefile index 36bd959382f..7fdd9821732 100644 --- a/devel/unidiff/Makefile +++ b/devel/unidiff/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:13:29 agc Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/09 15:18:03 xtraeme Exp $ # DISTNAME= part01 PKGNAME= unidiff-1.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.landfield.com/software/comp.sources.misc/archive-name/volume25/unidiff/ EXTRACT_SUFX= .gz @@ -11,7 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= # COMMENT= Converts between uni-diffs and context diffs -BUILD_DEPENDS= gsharutils-4.2.1:../../archivers/gsharutils +BUILD_DEPENDS= gsharutils>=4.2.1:../../archivers/gsharutils WRKSRC= ${WRKDIR} EXTRACT_CMD= zcat ${DOWNLOADED_DISTFILE} | ${PREFIX}/bin/gunshar |