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

Collapse All | Expand All

(-)security/keepass/Makefile (-2 / +9 lines)
Lines 15-22 Link Here
15
BUILD_DEPENDS=	icotool:${PORTSDIR}/graphics/icoutils
15
BUILD_DEPENDS=	icotool:${PORTSDIR}/graphics/icoutils
16
LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt \
16
LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt \
17
		libgdiplus.so:${PORTSDIR}/x11-toolkits/libgdiplus
17
		libgdiplus.so:${PORTSDIR}/x11-toolkits/libgdiplus
18
RUN_DEPENDS=	xdotool:${PORTSDIR}/x11/xdotool \
19
		xsel:${PORTSDIR}/x11/xsel
20
18
21
EXTRACT_AFTER_ARGS=	-d ${WRKDIR}/${DISTNAME}
19
EXTRACT_AFTER_ARGS=	-d ${WRKDIR}/${DISTNAME}
22
20
Lines 25-30 Link Here
25
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
26
SUB_FILES=	${PORTNAME}.sh
24
SUB_FILES=	${PORTNAME}.sh
27
25
26
OPTIONS_DEFINE=	XDOTOOL XSEL
27
XDOTOOL_DESC=	Use the xdotool utility for auto-typing passwords
28
XSEL_DESC=	Use the xsel utility for clipboard copying
29
30
OPTIONS_DEFAULT=	XDOTOOL XSEL
31
32
XDOTOOL_RUN_DEPENDS=	xdotool:${PORTSDIR}/x11/xdotool
33
XSEL_RUN_DEPENDS=	xsel:${PORTSDIR}/x11/xsel
34
28
DESKTOP_ENTRIES="KeePass" \
35
DESKTOP_ENTRIES="KeePass" \
29
		"${COMMENT}" \
36
		"${COMMENT}" \
30
		"${PORTNAME}" \
37
		"${PORTNAME}" \

Return to bug 200931