diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-21 20:04:46 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-21 20:04:46 +0000 |
commit | c6ec684d2a8b21140eadcee3b7537f772af8ec7c (patch) | |
tree | 2064276c143d05100d1569c3c8974505881ca80b | |
parent | 890d94e506bfca18a0b3155abc520c458c7763c9 (diff) |
Looks like I missed this
Notes
Notes:
svn path=/head/; revision=180380
-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 028338a8f449..b4b58eba71cc 100644 --- a/security/cryptplug/Makefile +++ b/security/cryptplug/Makefile @@ -7,7 +7,7 @@ PORTNAME= cryptplug PORTVERSION= 0.3.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/cryptplug @@ -16,7 +16,7 @@ MAINTAINER= lofi@freebsd.org COMMENT= A collection of plug-ins to cryptographic engines BUILD_DEPENDS= ${LOCALBASE}/lib/libgpgme03.so.9:${PORTSDIR}/security/gpgme03 \ - gpg-agent:${PORTSDIR}/security/gnupg-devel + gpg-agent:${PORTSDIR}/security/gnupg GNU_CONFIGURE= yes USE_GMAKE= yes |