diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-18 19:43:33 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-18 19:43:33 +0000 |
commit | efee195d8fd9821e5ce61596a407c9b252d90b2a (patch) | |
tree | 1287d47ef98cdc68a8f05ae7f84ff73e64beff0a /security/cryptplug | |
parent | 5e2bc428d4eb3ee0f05ea18acc772c90e97008f4 (diff) | |
download | ports-efee195d8fd9821e5ce61596a407c9b252d90b2a.tar.gz ports-efee195d8fd9821e5ce61596a407c9b252d90b2a.zip |
Notes
Diffstat (limited to 'security/cryptplug')
-rw-r--r-- | security/cryptplug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cryptplug/Makefile b/security/cryptplug/Makefile index 9fb8e96ab749..1f235ab6650c 100644 --- a/security/cryptplug/Makefile +++ b/security/cryptplug/Makefile @@ -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/gpgme03 \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libgpgme.so.9:${PORTSDIR}/security/gpgme03 \ gpg-agent:${PORTSDIR}/security/gnupg-devel USE_INC_LIBTOOL_VER=13 |