diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-13 20:29:45 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-13 20:29:45 +0000 |
commit | fd787dc4435d771f8b24816ab7ab423dc33beacb (patch) | |
tree | 70db0df08d048b83cdc513f8a5e38522d8ec3c2e /security/cryptplug | |
parent | 410796b4d5bb0f9a2fc964a30799e6917360346a (diff) | |
download | ports-fd787dc4435d771f8b24816ab7ab423dc33beacb.tar.gz ports-fd787dc4435d771f8b24816ab7ab423dc33beacb.zip |
Notes
Diffstat (limited to 'security/cryptplug')
-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 |