summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-11-26 16:42:13 +0000
committerwiz <wiz@pkgsrc.org>2021-11-26 16:42:13 +0000
commit279ffb8ac0b84df6126acd834b4330c83a9009b9 (patch)
tree27dbf3647bc7fd7155140304f49f46ed81a7e43a /shells
parent5423d6ba476f5e784daf5d1e65a72a386aac3b89 (diff)
downloadpkgsrc-279ffb8ac0b84df6126acd834b4330c83a9009b9.tar.gz
fish: remove python dependency
None of the scripts have a python interpreter in a shebang line, and they are all examples, so python can be installed if wanted. Bump PKGREVISION.
Diffstat (limited to 'shells')
-rw-r--r--shells/fish/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile
index 95be0f391bc..dc3fb7c332a 100644
--- a/shells/fish/Makefile
+++ b/shells/fish/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2021/07/16 08:50:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2021/11/26 16:42:13 wiz Exp $
DISTNAME= fish-3.3.1
+PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=fish-shell/}
GITHUB_PROJECT= fish-shell
@@ -20,9 +21,6 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR}
PKG_SHELL= bin/fish
-REPLACE_PYTHON+= share/tools/*.py
-REPLACE_PYTHON+= share/tools/web_config/webconfig.py
-
LDFLAGS.SunOS+= -lintl
.include "../../mk/bsd.prefs.mk"
@@ -55,7 +53,6 @@ post-extract:
.include "../../devel/pcre2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/gettext-tools/buildlink3.mk"
-.include "../../lang/python/application.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/atomic64.mk"
.include "../../mk/curses.buildlink3.mk"