diff options
author | tron <tron@pkgsrc.org> | 2005-09-23 09:04:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-09-23 09:04:57 +0000 |
commit | 7b56c979adf493735918b79f3ebe5d7de071ed1d (patch) | |
tree | 1d49864ce433c62eee41c121e3c43661c4625433 /archivers | |
parent | 1e34e13017eddd21096d902249736bcde126756a (diff) | |
download | pkgsrc-7b56c979adf493735918b79f3ebe5d7de071ed1d.tar.gz |
Correct dependences to accept package revisions of "gtar-base" and
"gtar-info".
Diffstat (limited to 'archivers')
-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 9e70180d513..903d3db4f67 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/05/23 08:11:44 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2005/09/23 09:04:57 tron Exp $ DISTNAME= gtar-1.15.1 CATEGORIES= archivers @@ -9,8 +9,8 @@ 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.15.1:../../archivers/gtar-base -DEPENDS+= gtar-info-1.15.1:../../archivers/gtar-info +DEPENDS+= gtar-base-1.15.1{,nb*}:../../archivers/gtar-base +DEPENDS+= gtar-info-1.15.1{,nb*}:../../archivers/gtar-info PKG_INSTALLATION_TYPES= overwrite pkgviews |