diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2014-06-22 09:43:38 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2014-06-22 09:43:38 +0000 |
commit | 945ecc3a0f10f9ad2a556923f44ef01670263489 (patch) | |
tree | 5e1df9922267ed67d1905bfe52dbe002dd342fec /security | |
parent | 706f0df4157d4f3d749651994382e82c14c64ad5 (diff) | |
download | ports-945ecc3a0f10f9ad2a556923f44ef01670263489.tar.gz ports-945ecc3a0f10f9ad2a556923f44ef01670263489.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gpgme/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 777afb665e71..549cf98f63dd 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -40,6 +40,12 @@ GNUPG2_RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg UISERVER_DESC= GnuPG UI server support UISERVER_CONFIGURE_ENABLE= fd-passing +.include <bsd.port.options.mk> + +.if !exists(${LOCALBASE}/bin/gpgsm) +CONFIGURE_ARGS+= --disable-gpgsm-test +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} \ |