diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 19:27:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 19:27:27 +0000 |
commit | bd63b368ac6c8b827af01c0fe47e53201f19a1a4 (patch) | |
tree | 878c43ec9c169df86ede874ebe773efc989d0f01 /security/gnome-gpg | |
parent | 2a1526559cddb6423542853a283b9c87ca246492 (diff) | |
download | ports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.tar.gz ports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.zip |
Notes
Diffstat (limited to 'security/gnome-gpg')
-rw-r--r-- | security/gnome-gpg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile index 1474d4f8f7bb..d1baa96b392b 100644 --- a/security/gnome-gpg/Makefile +++ b/security/gnome-gpg/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-gpg PORTVERSION= 0.5.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= GNOME @@ -12,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Simple commandline wrapper around gpg for gnome-keyring BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 -LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/gnome-keyring +LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 USES= pkgconfig tar:bzip2 |