diff options
author | obache <obache@pkgsrc.org> | 2014-03-03 04:48:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-03 04:48:46 +0000 |
commit | 817b2ea790ec2d9a5254ec3737fe83c13543c73f (patch) | |
tree | ccbe7bc5cb4537b978a910c68b061744c8e50009 /pkgtools/pkg_rolling-replace | |
parent | 1c723abc263a21e3b19b9e33838199888b44fb0f (diff) | |
download | pkgsrc-817b2ea790ec2d9a5254ec3737fe83c13543c73f.tar.gz |
LICENSE=modified-bsd
Diffstat (limited to 'pkgtools/pkg_rolling-replace')
-rw-r--r-- | pkgtools/pkg_rolling-replace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_rolling-replace/Makefile b/pkgtools/pkg_rolling-replace/Makefile index b6dbad62a6c..39273dbaac4 100644 --- a/pkgtools/pkg_rolling-replace/Makefile +++ b/pkgtools/pkg_rolling-replace/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.35 2014/03/03 03:30:54 obache Exp $ +# $NetBSD: Makefile,v 1.36 2014/03/03 04:50:47 obache Exp $ PKGNAME= pkg_rolling-replace-0.24.1 CATEGORIES= pkgtools MAINTAINER= ngoffee@bbn.com COMMENT= Replace/upgrade packages in-place +LICENSE= modified-bsd DEPENDS+= pkg_chk>=1.76:../../pkgtools/pkg_chk DEPENDS+= pkg_tarup>=1.6.6:../../pkgtools/pkg_tarup |