aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-02-13 09:42:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-02-13 09:43:32 +0000
commit40c675d96558c6154d841528a59da09feecb08e7 (patch)
tree0ecae1c9d0d53fb118ec0c3ed8dc57a93077cc75
parentbe2a720ce7f632d0c14e44c5aed12dc25298025c (diff)
downloadports-40c675d96558c6154d841528a59da09feecb08e7.tar.gz
ports-40c675d96558c6154d841528a59da09feecb08e7.zip
ports-mgmt/pkg: bump portrevision missed in last commit
Remove static-pie usage, somehow it remains unused by clang
-rw-r--r--ports-mgmt/pkg/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index 5b8e69da2486..7b6b20de0ead 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pkg
DISTVERSION= 1.19.1
+PORTREVISION= 1
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
@@ -37,10 +38,6 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-docs_pkg.8
MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}"
.endif
-.if defined(WITH_PIE)
-MAKE_ARGS+= STATIC_ARG="-static ${STATIC_PIE_ARGS}"
-.endif
-
.if defined(WITH_PKG)
.if ${WITH_PKG} == devel
IGNORE= WITH_PKG is defined to 'devel', this version is the stable one