diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-14 04:29:45 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-14 04:29:45 +0800 |
commit | 01010ab13da5c3ece8d6fecaf74f076ba080243d (patch) | |
tree | 3a16fb0bd4affee79501fbd3913e1ec28aec5904 /security | |
parent | 5caa538fd27a10bb39323df63e7f67004e66b697 (diff) | |
download | freebsd-ports-gnome-01010ab13da5c3ece8d6fecaf74f076ba080243d.tar.gz freebsd-ports-gnome-01010ab13da5c3ece8d6fecaf74f076ba080243d.tar.zst freebsd-ports-gnome-01010ab13da5c3ece8d6fecaf74f076ba080243d.zip |
Change dependency to gpgme03.
Diffstat (limited to 'security')
-rw-r--r-- | security/cryptplug/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cryptplug/Makefile b/security/cryptplug/Makefile index 6636d4b66019..9fb8e96ab749 100644 --- a/security/cryptplug/Makefile +++ b/security/cryptplug/Makefile @@ -7,7 +7,7 @@ PORTNAME= cryptplug PORTVERSION= 0.3.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/cryptplug @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= alpha/cryptplug MAINTAINER= lofi@freebsd.org COMMENT= A collection of plug-ins to cryptographic engines -BUILD_DEPENDS= gpgme-config:${PORTSDIR}/security/gpgme \ +BUILD_DEPENDS= gpgme-config:${PORTSDIR}/security/gpgme03 \ gpg-agent:${PORTSDIR}/security/gnupg-devel USE_INC_LIBTOOL_VER=13 |