diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-06 17:41:57 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-06 17:41:57 +0000 |
commit | 7945c621fda62f0a2e8dd0485b8c79d6f9b41a07 (patch) | |
tree | d69f78af816ff0334239b3466c116019cee3dd54 /security/gpgme/Makefile | |
parent | 7c6b1970882d3b782f2e39c9e8e6f3357a873815 (diff) | |
download | ports-7945c621fda62f0a2e8dd0485b8c79d6f9b41a07.tar.gz ports-7945c621fda62f0a2e8dd0485b8c79d6f9b41a07.zip |
Update to 1.1.3
Notes
Notes:
svn path=/head/; revision=184389
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index aa378ac5aa2d..06dd9343c276 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gpgme -PORTVERSION= 1.1.2 -PORTREVISION= 4 +PORTVERSION= 1.1.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -47,6 +46,8 @@ post-patch: ${WRKSRC}/${CONFIGURE_SCRIPT} \ ${WRKSRC}/gpgme/Makefile.in \ ${WRKSRC}/gpgme/gpgme-config.in + @${REINPLACE_CMD} -e 's|^clfilesdir.*|clfilesdir=$$\(libdir\)/common-lisp/gpgme|g' \ + ${WRKSRC}/lang/cl/Makefile.in .if defined(WITH_PTH) .if ${OSVERSION} < 503100 || defined(PTHREAD_LIBS) && ${PTHREAD_LIBS} != "-pthread" @${REINPLACE_CMD} -e 's|t_thread1_LDADD = ../../gpgme/libgpgme-pthread.la|t_thread1_LDADD = ../../gpgme/libgpgme-pthread.la -lpthread|g' \ |