diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-12-23 08:40:32 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-12-23 08:40:32 +0800 |
commit | 45904dd9caed0f3aa32f5039aa82b9f193da8973 (patch) | |
tree | 466160959d553cfb389549fde9a25afb5400bde0 /security | |
parent | 323f96a91956fde0558a5083a7790dd02060a193 (diff) | |
download | freebsd-ports-gnome-45904dd9caed0f3aa32f5039aa82b9f193da8973.tar.gz freebsd-ports-gnome-45904dd9caed0f3aa32f5039aa82b9f193da8973.tar.zst freebsd-ports-gnome-45904dd9caed0f3aa32f5039aa82b9f193da8973.zip |
security/keepass: fix XSEL option dependency
- Switch x11/xsel -> x11/xsel-conrad. This resolves a run time issue
when copying passwords to the clipboard.
PR: 204397
Reported by: Alex Zhukov <baron.pampa@gmail.com>
Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer)
MFH: 2015Q4
Diffstat (limited to 'security')
-rw-r--r-- | security/keepass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/keepass/Makefile b/security/keepass/Makefile index 3383dcb72fb9..bf175dbf374e 100644 --- a/security/keepass/Makefile +++ b/security/keepass/Makefile @@ -3,6 +3,7 @@ PORTNAME= keepass PORTVERSION= 2.30 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/KeePass%202.x/${PORTVERSION} DISTNAME= KeePass-${PORTVERSION}-Source @@ -39,7 +40,7 @@ XSEL_DESC= Use the xsel utility for clipboard copying OPTIONS_DEFAULT= XDOTOOL XSEL XDOTOOL_RUN_DEPENDS= xdotool:${PORTSDIR}/x11/xdotool -XSEL_RUN_DEPENDS= xsel:${PORTSDIR}/x11/xsel +XSEL_RUN_DEPENDS= xsel:${PORTSDIR}/x11/xsel-conrad do-build: # Extract icons |