diff options
author | tron <tron> | 2005-09-23 09:04:57 +0000 |
---|---|---|
committer | tron <tron> | 2005-09-23 09:04:57 +0000 |
commit | 2dabb17d6af823d13c3b27d08962d60c108262f6 (patch) | |
tree | 1d49864ce433c62eee41c121e3c43661c4625433 /archivers/gtar | |
parent | d9bc79beaa7df071941b895d24951c6bb57f86f2 (diff) | |
download | pkgsrc-2dabb17d6af823d13c3b27d08962d60c108262f6.tar.gz |
Correct dependences to accept package revisions of "gtar-base" and
"gtar-info".
Diffstat (limited to 'archivers/gtar')
-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 |