aboutsummaryrefslogtreecommitdiff
path: root/security/cryptplug
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-12-21 08:59:42 +0000
committerClement Laforet <clement@FreeBSD.org>2004-12-21 08:59:42 +0000
commit7ef18bc03149b2fd5fc002e2e5a219c3796ee2e8 (patch)
tree14e5daf0321e5bcec6a69cf36c14c650a67788ed /security/cryptplug
parent01b976f45a05e3b5dd2a265a53effbf87560d087 (diff)
downloadports-7ef18bc03149b2fd5fc002e2e5a219c3796ee2e8.tar.gz
ports-7ef18bc03149b2fd5fc002e2e5a219c3796ee2e8.zip
Notes
Diffstat (limited to 'security/cryptplug')
-rw-r--r--security/cryptplug/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/security/cryptplug/Makefile b/security/cryptplug/Makefile
index 1f235ab6650c..da978a9a5bfa 100644
--- a/security/cryptplug/Makefile
+++ b/security/cryptplug/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cryptplug
PORTVERSION= 0.3.16
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/cryptplug
@@ -15,11 +15,16 @@ MASTER_SITE_SUBDIR= alpha/cryptplug
MAINTAINER= lofi@freebsd.org
COMMENT= A collection of plug-ins to cryptographic engines
-BUILD_DEPENDS= ${LOCALBASE}/lib/libgpgme.so.9:${PORTSDIR}/security/gpgme03 \
+BUILD_DEPENDS= ${LOCALBASE}/lib/libgpgme03.so.9:${PORTSDIR}/security/gpgme03 \
gpg-agent:${PORTSDIR}/security/gnupg-devel
USE_INC_LIBTOOL_VER=13
USE_GMAKE= yes
INSTALLS_SHLIB= yes
+USE_REINPLACE= yes
+
+post-patch:
+ @${REINPLACE_CMD} 's/gpgme-config/gpgme03-config/g' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>