diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-20 12:40:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-20 12:40:27 +0000 |
commit | 388868dfbdd8a15dac1d7c932b76f5214bd7d0b6 (patch) | |
tree | f0b8ec1f1a761447ca4001916262e75f50a0b4a4 /multimedia | |
parent | 8998550d2eefb9577634661fcdbf27ea718f684c (diff) | |
download | pkgsrc-388868dfbdd8a15dac1d7c932b76f5214bd7d0b6.tar.gz |
Remove evolution-data-server dependency, it's not necessary since
2.27.2 where gmime was introduced replacing it.
Bump PKGREVISION.
Noted by Dennis den Brok.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 4608643004e..95d80987ede 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2009/12/16 18:55:13 drochner Exp $ +# $NetBSD: Makefile,v 1.16 2010/03/20 12:40:27 wiz Exp $ # DISTNAME= totem-pl-parser-2.28.2 +PKGREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem-pl-parser/2.28/} EXTRACT_SUFX= .tar.bz2 @@ -25,5 +26,4 @@ PKGCONFIG_OVERRIDE+= totem-plparser.pc.in .include "../../mail/gmime24/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" -.include "../../mail/evolution-data-server/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |