diff options
author | clement <clement@FreeBSD.org> | 2004-12-21 16:59:42 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-12-21 16:59:42 +0800 |
commit | c45c4407d1d077454c523bea0bdad8efe7b5609a (patch) | |
tree | 289e9170f0eeb25de7d3aa96ca90456858817856 /mail/sylpheed-claws | |
parent | f838333dbfde0e27f6b31e7467591633192c16d5 (diff) | |
download | freebsd-ports-graphics-c45c4407d1d077454c523bea0bdad8efe7b5609a.tar.gz freebsd-ports-graphics-c45c4407d1d077454c523bea0bdad8efe7b5609a.tar.zst freebsd-ports-graphics-c45c4407d1d077454c523bea0bdad8efe7b5609a.zip |
- Rework gpgme03 port to avoid conflict with gpgme 1.0
- Make ports depending on it use new layout
- Bump PORTREVISION (except elmo*)
Approved by: portmgr (marcus)
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 1370c4e301e..560a7b03cc5 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -7,7 +7,7 @@ PORTNAME= sylpheed-claws PORTVERSION= 0.9.13 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -123,7 +123,7 @@ PLIST_SUB+= SA_PLUG="@comment " .endif .if defined(WITH_GPGME) || defined(WITH_ALL) PLIST_SUB+= GPGME="" -LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme03 +LIB_DEPENDS+= gpgme03.9:${PORTSDIR}/security/gpgme03 RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg .else PLIST_SUB+= GPGME="@comment " @@ -170,7 +170,8 @@ post-extract: post-patch: @${REINPLACE_CMD} -e \ - 's|-lresolv||g; s|-lpisock\"|-liconv &|g' ${WRKSRC}/configure + 's|-lresolv||g; s|-lpisock\"|-liconv &|g ;\ + s|gpgme-config|gpgme03-config|' ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl @${REINPLACE_CMD} -e "s|po intl src|po src|" ${WRKSRC}/Makefile.in |