diff options
Diffstat (limited to 'archivers/gtar/Makefile')
-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 |