diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-09-02 11:01:42 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-09-02 11:01:42 +0000 |
commit | 53fae387b37ae0eb8e7c0a68bc0ec415d0a0a53a (patch) | |
tree | 99067f8e6ba313a856e4325c30f84b49841f995b /pkgtools | |
parent | d1c4eaf1c459652af6a5ca606d621b53b8446fa5 (diff) | |
download | pkgsrc-53fae387b37ae0eb8e7c0a68bc0ec415d0a0a53a.tar.gz |
Bump version of pkg_install required. Ride previous PKGREVISION.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index 95994d17c14..ef07b0ad7ea 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2013/09/02 10:38:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.40 2013/09/02 11:01:42 jperkin Exp $ # GHCOMMIT= 3859170568fbe4fe21b5660dbaeca8d65ac10f1b @@ -51,7 +51,7 @@ CFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64 MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} -DEPENDS+= pkg_install>=20110215:../../pkgtools/pkg_install +DEPENDS+= pkg_install>=20130901:../../pkgtools/pkg_install # those have official repositories .if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "Minix" |