diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2015-12-23 00:40:32 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2015-12-23 00:40:32 +0000 |
commit | 04708aced295fde1a4031b6d02b0c9cf976a65ed (patch) | |
tree | 466160959d553cfb389549fde9a25afb5400bde0 | |
parent | security/keepassx: update 0.4.3 -> 0.4.4 (diff) |
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
Notes
Notes:
svn path=/head/; revision=404272
-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 |