summaryrefslogtreecommitdiff
path: root/mail/gmime/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2010-09-08 11:53:04 +0000
committerdrochner <drochner>2010-09-08 11:53:04 +0000
commit832d692450b1d50260580b3552ada8441460be3c (patch)
treefb68d3c7334d7ea71e403810dd066fa928cba7a8 /mail/gmime/Makefile
parentcbd131f4342482bd3235e3be42e877c2b41d028f (diff)
downloadpkgsrc-832d692450b1d50260580b3552ada8441460be3c.tar.gz
back out update to the API incompatible 2.4 branch -- there are
still users of the 2.0 API, and mail/gmome24 has been there before
Diffstat (limited to 'mail/gmime/Makefile')
-rw-r--r--mail/gmime/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/gmime/Makefile b/mail/gmime/Makefile
index 073e0aa3c57..ec7c4c37218 100644
--- a/mail/gmime/Makefile
+++ b/mail/gmime/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.26 2010/09/07 19:04:15 adam Exp $
+# $NetBSD: Makefile,v 1.27 2010/09/08 11:53:04 drochner Exp $
+#
-DISTNAME= gmime-2.4.18
+DISTNAME= gmime-2.2.25
+PKGREVISION= 1
CATEGORIES= mail
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/2.4/}
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/2.2/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://spruce.sourceforge.net/gmime/
@@ -20,7 +21,7 @@ USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --disable-mono
-PKGCONFIG_OVERRIDE+= gmime-2.4.pc.in
+PKGCONFIG_OVERRIDE+= gmime-2.0.pc.in
TEST_TARGET= check
.include "options.mk"