View | Details | Raw Unified | Return to bug 267501 | Differences between
and this patch

Collapse All | Expand All

(-)b/x11-wm/nscde/Makefile (-3 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	nscde
1
PORTNAME=	nscde
2
DISTVERSION=	2.2
2
DISTVERSION=	2.2
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	x11-wm
4
CATEGORIES=	x11-wm
5
MASTER_SITES=	https://github.com/NsCDE/NsCDE/releases/download/${DISTVERSION}/
5
MASTER_SITES=	https://github.com/NsCDE/NsCDE/releases/download/${DISTVERSION}/
6
6
Lines 18-24 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.7.0:sysutils/py-psutil@${PY_FLAV Link Here
18
		font-bh-lucidatypewriter-100dpi>0:x11-fonts/font-bh-lucidatypewriter-100dpi \
18
		font-bh-lucidatypewriter-100dpi>0:x11-fonts/font-bh-lucidatypewriter-100dpi \
19
		fvwm2:x11-wm/fvwm2 \
19
		fvwm2:x11-wm/fvwm2 \
20
		gsed:textproc/gsed \
20
		gsed:textproc/gsed \
21
		ksh93:shells/ksh93 \
21
		ksh93:shells/ksh \
22
		qt5-style-plugins>=5.0.0:x11-themes/qt5-style-plugins \
22
		qt5-style-plugins>=5.0.0:x11-themes/qt5-style-plugins \
23
		roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \
23
		roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \
24
		stalonetray:x11/stalonetray \
24
		stalonetray:x11/stalonetray \
Lines 82-88 SUDO_DESC= Use sudo to elevate privileges Link Here
82
82
83
ASTKSH_RUN_DEPENDS=	ksh93:shells/ast-ksh93
83
ASTKSH_RUN_DEPENDS=	ksh93:shells/ast-ksh93
84
DOAS_RUN_DEPENDS=	doas:security/doas
84
DOAS_RUN_DEPENDS=	doas:security/doas
85
KSH2020_RUN_DEPENDS=	ksh93:shells/ksh93
85
KSH2020_RUN_DEPENDS=	ksh93:shells/ksh
86
SUDO_RUN_DEPENDS=	sudo:security/sudo
86
SUDO_RUN_DEPENDS=	sudo:security/sudo
87
87
88
_SUDOFILES=	data/fvwm/Functions.fvwmconf.in lib/scripts/SysActionDialog
88
_SUDOFILES=	data/fvwm/Functions.fvwmconf.in lib/scripts/SysActionDialog

Return to bug 267501