diff options
author | smb <smb> | 2008-09-26 17:51:17 +0000 |
---|---|---|
committer | smb <smb> | 2008-09-26 17:51:17 +0000 |
commit | 35c600d8d87b214770440448867d95f7c0be5d29 (patch) | |
tree | 7f0865afabc78c3f5be90a30878815909503b151 /mail/claws-mail-pgpcore | |
parent | 0753ba8aa0e61f3f3276170e2b785900efe6fe4e (diff) | |
download | pkgsrc-35c600d8d87b214770440448867d95f7c0be5d29.tar.gz |
Fix missing .include of ssl, to make things work on Linux; fix
other nits in claws-mail base package, notably missing $NetBSD$
lines.
Diffstat (limited to 'mail/claws-mail-pgpcore')
-rw-r--r-- | mail/claws-mail-pgpcore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/claws-mail-pgpcore/Makefile b/mail/claws-mail-pgpcore/Makefile index 931da273459..c629deaac63 100644 --- a/mail/claws-mail-pgpcore/Makefile +++ b/mail/claws-mail-pgpcore/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2008/07/13 22:32:05 smb Exp $ +# $NetBSD: Makefile,v 1.11 2008/09/26 17:51:17 smb Exp $ # PKG_DESTDIR_SUPPORT= user-destdir PLUGIN_NAME= pgpcore PLUG_VER= 3.5.0 +PKGREVISION= 1 .include "../../mail/claws-mail/plugins.mk" MAINTAINER= smb@NetBSD.org @@ -26,5 +27,6 @@ DEPENDS+= gpgme>=1.1.4nb2:../../security/gpgme .include "../../mail/claws-mail/Makefile.vers" .include "../../x11/gtk2/buildlink3.mk" .include "../../security/gpgme/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |