diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-07-27 16:29:05 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-07-27 16:29:05 +0000 |
commit | 782170f9c756a04969e6f580508ba00b82474ff2 (patch) | |
tree | 7e4fed4a7feb6abe090ff934156dfba7739b8d1d /pkgtools/port2pkg | |
parent | 406270ae5cdf493cca02544caaaa0c4250731c70 (diff) | |
download | pkgsrc-782170f9c756a04969e6f580508ba00b82474ff2.tar.gz |
s/RUN_DEPENDS/DEPENDS/
Diffstat (limited to 'pkgtools/port2pkg')
-rw-r--r-- | pkgtools/port2pkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/port2pkg/Makefile b/pkgtools/port2pkg/Makefile index 3c6c9f38aa5..180d5172652 100644 --- a/pkgtools/port2pkg/Makefile +++ b/pkgtools/port2pkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/05/12 10:07:34 sakamoto Exp $ +# $NetBSD: Makefile,v 1.7 2000/07/27 16:29:05 hubertf Exp $ # DISTNAME= port2pkg-1.5 @@ -8,7 +8,7 @@ DISTFILES= # empty MAINTAINER= sakamoto@netbsd.org -RUN_DEPENDS+= pkglint:../../pkgtools/pkglint +DEPENDS+= pkglint-[0-9]*:../../pkgtools/pkglint USE_PERL5= YES |