aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/pkg-devel/Makefile')
-rw-r--r--ports-mgmt/pkg-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index e1c4daa6a46e..f254fcf93545 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.13.99.3
+DISTVERSION= 1.13.99.4
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
@@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= freebsd
-GH_TAGNAME= 93c4c82e
+GH_TAGNAME= 2ee216487
CFLAGS+= -O0 -g -Wno-error
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
@@ -48,7 +48,7 @@ PKG_DEPENDS=
.endif
.undef INSTALLS_DEPENDS
-.if !exists(${LOCALBASE}/sbin/pkg) || !defined(CROSS_TOOLCHAIN)
+.if !exists(${LOCALBASE}/sbin/pkg) && !defined(CROSS_TOOLCHAIN)
PKG_BIN= ${WRKSRC}/src/pkg-static
.endif