diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-19 03:43:33 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-19 03:43:33 +0800 |
commit | 2b982d721fe6ca1b4013ff254d99ad2c914b7a31 (patch) | |
tree | 53bf9b2fc147c1d8a29f4140968e319ab0998252 /security/cryptplug | |
parent | 0f65d9b09bd38ce4b85604834225a57269355a4b (diff) | |
download | freebsd-ports-gnome-2b982d721fe6ca1b4013ff254d99ad2c914b7a31.tar.gz freebsd-ports-gnome-2b982d721fe6ca1b4013ff254d99ad2c914b7a31.tar.zst freebsd-ports-gnome-2b982d721fe6ca1b4013ff254d99ad2c914b7a31.zip |
Change dependency file to something gpgme03-specific.
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 |