diff options
author | joerg <joerg@pkgsrc.org> | 2013-12-06 21:50:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-12-06 21:50:12 +0000 |
commit | 16974ee37608f55b0b4989bafd2d49ad5d35b3aa (patch) | |
tree | 0e489299bf54555d3ffd13cd05fbe16d35271a20 /devel | |
parent | 6a73a193ab520937f9a3c34e20d6c35dacfe0e67 (diff) | |
download | pkgsrc-16974ee37608f55b0b4989bafd2d49ad5d35b3aa.tar.gz |
Fix autoconf dependency to not match autoconf-archive. Bump revision.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cunit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index 48addb17a63..acfc54436c2 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:16:49 asau Exp $ +# $NetBSD: Makefile,v 1.4 2013/12/06 21:50:12 joerg Exp $ DISTNAME= CUnit-2.1-0-src PKGNAME= CUnit-2.1 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cunit/} @@ -11,7 +12,7 @@ COMMENT= C Unit checking test software USE_LIBTOOL= yes GNU_CONFIGURE= yes -DEPENDS+= autoconf-*:../../devel/autoconf +DEPENDS+= autoconf-[0-9]*:../../devel/autoconf WRKSRC= ${WRKDIR}/CUnit-2.1-0 |