diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-07-26 21:01:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-07-26 21:01:58 +0000 |
commit | 42b3eac2bd18b962c8fc5cbb12312b495ecc113f (patch) | |
tree | 715f27dd28363d81697606c9c6709c2b91881b35 /mail/xfce4-mailwatch-plugin | |
parent | 95e9df931928870bb6c1c2a480bb15681e7bb9c5 (diff) |
Notes
Diffstat (limited to 'mail/xfce4-mailwatch-plugin')
-rw-r--r-- | mail/xfce4-mailwatch-plugin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index 39b46b62a439..513f5bc39aab 100644 --- a/mail/xfce4-mailwatch-plugin/Makefile +++ b/mail/xfce4-mailwatch-plugin/Makefile @@ -16,7 +16,10 @@ DIST_SUBDIR= xfce4 MAINTAINER= miwi@FreeBSD.org COMMENT= A mailwatch plugin for xfce -LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ + gcrypt.18:${PORTSDIR}/security/libgcrypt + +BROKEN= does not link USE_BZIP2= yes USE_GMAKE= yes |