diff options
author | pawel <pawel@FreeBSD.org> | 2013-08-29 23:01:46 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-08-29 23:01:46 +0800 |
commit | 04fb25691d27264db9ce274313916f94898deef9 (patch) | |
tree | 0f24ce676070cd2b3017f761db8f5e49e00c5b07 /mail/claws-mail-pgp | |
parent | 1be8826148dc06f92e9b28febd5f7dff2d5b47c1 (diff) | |
download | freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.tar.gz freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.tar.zst freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.zip |
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
Diffstat (limited to 'mail/claws-mail-pgp')
-rw-r--r-- | mail/claws-mail-pgp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile index 89b495d092c4..5a5ac73811b4 100644 --- a/mail/claws-mail-pgp/Makefile +++ b/mail/claws-mail-pgp/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= PGP plugins for Claws Mail -LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme +LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime |