diff options
Diffstat (limited to 'security/cryptplug/Makefile')
-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 cc034c22a1b7..4940cec64171 100644 --- a/security/cryptplug/Makefile +++ b/security/cryptplug/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libgpgme03.so.9:${PORTSDIR}/security/gpgme03 \ USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} 's/gpgme-config/gpgme03-config/g' \ |