diff options
-rw-r--r-- | archivers/gtar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 4dde80e0cac..03c565e731c 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2004/03/11 18:03:49 xtraeme Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/07 18:59:00 tron Exp $ DISTNAME= gtar-1.13.25 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= archivers MASTER_SITES= # empty DISTFILES= # empty @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html COMMENT= The "meta-package" for the GNU tape archiver (tar) -DEPENDS+= gtar-base-1.13.25nb1:../../archivers/gtar-base +DEPENDS+= gtar-base-1.13.25nb2:../../archivers/gtar-base DEPENDS+= gtar-info-1.13.25:../../archivers/gtar-info USE_BUILDLINK3= yes |