diff options
author | mat <mat@FreeBSD.org> | 2016-02-12 23:46:04 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-02-12 23:46:04 +0800 |
commit | 5737c42d25d0ba9b81a8e4ef86c98e94cc28bef2 (patch) | |
tree | 0bc1f02a2dde20c862d301c17d2cf4a7d4cee7e4 /ports-mgmt | |
parent | 91ba844c61ce27a90eb5a2dce2bf8068d2c6bb48 (diff) | |
download | freebsd-ports-gnome-5737c42d25d0ba9b81a8e4ef86c98e94cc28bef2.tar.gz freebsd-ports-gnome-5737c42d25d0ba9b81a8e4ef86c98e94cc28bef2.tar.zst freebsd-ports-gnome-5737c42d25d0ba9b81a8e4ef86c98e94cc28bef2.zip |
Remove unneeded dependencies on bash and zsh.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index 27a35e7736c3..a78353aebe35 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -2,6 +2,7 @@ PORTNAME= portmaster PORTVERSION= 3.17.9 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -24,9 +25,6 @@ PLIST_FILES= sbin/portmaster \ BASH_PLIST_FILES= etc/bash_completion.d/portmaster.sh ZSH_PLIST_FILES= share/zsh/site-functions/_portmaster -BASH_RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash -ZSH_RUN_DEPENDS= zsh>=0:${PORTSDIR}/shells/zsh - verify: checksum do-build: |