diff options
author | clement <clement@FreeBSD.org> | 2004-12-21 08:59:42 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-12-21 08:59:42 +0000 |
commit | c45c4407d1d077454c523bea0bdad8efe7b5609a (patch) | |
tree | 289e9170f0eeb25de7d3aa96ca90456858817856 /net-im/ayttm | |
parent | f838333dbfde0e27f6b31e7467591633192c16d5 (diff) | |
download | FreeBSD-ports-c45c4407d1d077454c523bea0bdad8efe7b5609a.zip FreeBSD-ports-c45c4407d1d077454c523bea0bdad8efe7b5609a.tar.gz |
- 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 'net-im/ayttm')
-rw-r--r-- | net-im/ayttm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 0124534..0740cc6 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/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 |