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

Collapse All | Expand All

(-)keepass/Makefile (-2 / +8 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 \
18
RUN_DEPENDS=	xdotool:${PORTSDIR}/x11/xdotool
19
		xsel:${PORTSDIR}/x11/xsel
20
19
21
EXTRACT_AFTER_ARGS=	-d ${WRKDIR}/${DISTNAME}
20
EXTRACT_AFTER_ARGS=	-d ${WRKDIR}/${DISTNAME}
22
21
Lines 25-30 Link Here
25
INSTALLS_ICONS=	yes
24
INSTALLS_ICONS=	yes
26
SUB_FILES=	${PORTNAME}.sh
25
SUB_FILES=	${PORTNAME}.sh
27
26
27
OPTIONS_DEFINE=	XSEL
28
XSEL_DESC= Use the xsel utility for clipboard copying
29
30
OPTIONS_DEFAULT= XSEL
31
32
XSEL_RUN_DEPENDS= xsel:${PORTSDIR}/x11/xsel
33
28
DESKTOP_ENTRIES="KeePass" \
34
DESKTOP_ENTRIES="KeePass" \
29
		"${COMMENT}" \
35
		"${COMMENT}" \
30
		"${PORTNAME}" \
36
		"${PORTNAME}" \

Return to bug 200931