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/elmo-devel | |
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/elmo-devel')
-rw-r--r-- | mail/elmo-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile index a0ed3a9d0ad..c77049a25d9 100644 --- a/mail/elmo-devel/Makefile +++ b/mail/elmo-devel/Makefile @@ -33,8 +33,8 @@ MAN1= elmo.1 elmoconf.pl.1 .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME) -LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme03 +.if exists(${LOCALBASE}/lib/libgpgme03.so) || defined(WITH_GPGME) +LIB_DEPENDS+= gpgme03:${PORTSDIR}/security/gpgme03 .else pre-everything:: @${ECHO_CMD} |