diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-25 23:31:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-25 23:31:35 +0000 |
commit | ffc12ae7e21892dcb123476ec5af5a17b6cc46d7 (patch) | |
tree | 0d0b316c0804a88aec1fbb42f4abb94d12bcc6a6 /Mk | |
parent | fa5faefc2118dce3338c34179acff797b5330066 (diff) | |
download | freebsd-ports-ffc12ae7e21892dcb123476ec5af5a17b6cc46d7.zip |
Bump the minimal version of pkg to 1.6.0
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 01958a618579..b1760f44b503 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1045,7 +1045,7 @@ SCRIPTSDIR?= ${PORTSDIR}/Mk/Scripts LIB_DIRS?= /lib /usr/lib ${LOCALBASE}/lib STAGEDIR?= ${WRKDIR}/stage NOTPHONY?= -MINIMAL_PKG_VERSION= 1.3.8 +MINIMAL_PKG_VERSION= 1.6.0 # make sure bmake treats -V as expected .MAKE.EXPAND_VARIABLES= yes |