diff options
author | Romain Tartière <romain@FreeBSD.org> | 2025-10-08 09:07:24 -1000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2025-10-08 09:07:24 -1000 |
commit | d0d3714812a0c8a4f27f7553c1acb8e08329047f (patch) | |
tree | 918e5adc24d6ba107d99d3aa5c5aa2f197df0d1d | |
parent | x11/xtrlock: Update to 2.17 (diff) |
ports-mgmt/portshaker: Add python as a build dependency
It is not really required, but without it, the run-time dependency on
mercurial is non-functional when the MERCURIAL option is on.
Does not impact the default packagage, and poudriere will catch the new
dependency if MERCURIAL=on so no need to bump PORTREVISION.
PR: 289133
Reported by: Tassilo Philipp <tphilipp@potion-studios.com>
-rw-r--r-- | ports-mgmt/portshaker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portshaker/Makefile b/ports-mgmt/portshaker/Makefile index bbe5b1d9db0f..abc7a62357b1 100644 --- a/ports-mgmt/portshaker/Makefile +++ b/ports-mgmt/portshaker/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/smortex/portshaker LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES+= uidfix +USES+= uidfix python:build USE_GITHUB= yes GH_ACCOUNT= smortex GH_PROJECT= portshaker |