diff options
author | wiz <wiz> | 2003-12-14 17:56:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-12-14 17:56:39 +0000 |
commit | 660d715d4e2f560a57f69ebf44bb6496176953d1 (patch) | |
tree | f38a7185a09a53555680c4352d6b3057345d1807 /mail/sylpheed-claws | |
parent | 214db3cec0dc8187375dae8d3a72cedb30afeec0 (diff) | |
download | pkgsrc-660d715d4e2f560a57f69ebf44bb6496176953d1.tar.gz |
Depend on gpgme03 package. Bump PKGREVISION.
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 44e72e39b90..16bc58a354e 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2003/12/11 15:22:28 adam Exp $ +# $NetBSD: Makefile,v 1.25 2003/12/14 17:56:39 wiz Exp $ # DISTNAME= sylpheed-0.9.7claws PKGNAME= sylpheed-claws-0.9.7 +PKGREVISION= 1 CATEGORIES= mail news x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} EXTRACT_SUFX= .tar.bz2 @@ -71,7 +72,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/sylpheed*.png ${PREFIX}/share/sylpheed .include "../../converters/libiconv/buildlink2.mk" -.include "../../security/gpgme/buildlink2.mk" +.include "../../security/gpgme03/buildlink2.mk" .include "../../security/openssl/buildlink2.mk" .include "../../textproc/aspell/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" |