diff options
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index d377b13d5c60..52c99da52630 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gpgme -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -42,6 +41,7 @@ PLIST_SUB+= WITH_PTH='@comment ' .endif post-patch: + @${REINPLACE_CMD} -e 's|EOF||g' ${WRKSRC}/assuan/assuan-errors.c @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} \ ${WRKSRC}/gpgme/Makefile.in \ |