diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-12-21 08:59:42 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-12-21 08:59:42 +0000 |
commit | 7ef18bc03149b2fd5fc002e2e5a219c3796ee2e8 (patch) | |
tree | 14e5daf0321e5bcec6a69cf36c14c650a67788ed /net/ayttm/Makefile | |
parent | Update to 1.51 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=124666
Diffstat (limited to '')
-rw-r--r-- | net/ayttm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/ayttm/Makefile b/net/ayttm/Makefile index 0124534bd915..0740cc687f68 100644 --- a/net/ayttm/Makefile +++ b/net/ayttm/Makefile @@ -7,7 +7,7 @@ PORTNAME= ayttm PORTVERSION= 0.4.6.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= A "chat" program that combines AIM, ICQ, and Yahoo! Chat into one LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ jasper.4:${PORTSDIR}/graphics/jasper \ - gpgme.9:${PORTSDIR}/security/gpgme03 \ + gpgme03.9:${PORTSDIR}/security/gpgme03 \ pspell.16:${PORTSDIR}/textproc/aspell WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} @@ -79,7 +79,8 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ - s|-pthread|${PTHREAD_CFLAGS:S/"//g}|g' ${WRKSRC}/configure + s|-pthread|${PTHREAD_CFLAGS:S/"//g}|g; \ + s|gpgme-config|gpgme03-config|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|= pixmaps|=|g ; \ s|^Utilities|#Utilities|g ; \ s|^gnome|#gnome|g' ${WRKSRC}/Makefile.in |