diff options
author | cube <cube> | 2003-10-23 08:05:06 +0000 |
---|---|---|
committer | cube <cube> | 2003-10-23 08:05:06 +0000 |
commit | 0fa20072186f010667db32191c20034846be2627 (patch) | |
tree | 26c77ed8ed1f65e63f17164943b6c7189c581b2a /mail/sylpheed-claws | |
parent | 81ab0abf04e714d9aa67082a195c682e16f94859 (diff) | |
download | pkgsrc-0fa20072186f010667db32191c20034846be2627.tar.gz |
Since image viewer plugin is disbabled, sylpheed-claws doesn't depend on
gdk-pixbuf anymore. Remove dependency and bump PKGREVISION.
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 2b2e0e9cca5..a17af2d2e62 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2003/10/22 16:49:25 cube Exp $ +# $NetBSD: Makefile,v 1.22 2003/10/23 08:05:06 cube Exp $ # DISTNAME= sylpheed-0.9.4claws -PKGREVISION= 2 +PKGREVISION= 3 PKGNAME= sylpheed-claws-0.9.4 CATEGORIES= mail news x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} @@ -68,7 +68,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/sylpheed*.png ${PREFIX}/share/sylpheed .include "../../converters/libiconv/buildlink2.mk" -.include "../../graphics/gdk-pixbuf/buildlink2.mk" .include "../../security/gpgme/buildlink2.mk" .include "../../security/openssl/buildlink2.mk" .include "../../textproc/aspell/buildlink2.mk" |