Explicitely set the gmime version.

This commit is contained in:
ajacoutot 2010-09-11 09:09:13 +00:00
parent f2c1d68ddc
commit 1749d2dbe9
3 changed files with 10 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.39 2010/09/11 08:07:09 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.40 2010/09/11 09:09:13 ajacoutot Exp $
COMMENT= mail notification for freedesktop.org-compliant system trays
DISTNAME= mail-notification-5.4
REVISION= 14
REVISION= 15
CATEGORIES= mail
@ -41,7 +41,7 @@ RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
LIB_DEPENDS= ::x11/gnome/libgnomeui \
::devel/libnotify \
::security/cyrus-sasl2 \
:gmime->=2.4:mail/gmime24
:gmime->=2.4,<2.6:mail/gmime24
USE_X11= Yes
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/08/21 19:17:04 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.20 2010/09/11 09:09:13 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,6 +7,8 @@ COMMENT= GObject-based parsing library
GNOME_PROJECT= totem-pl-parser
GNOME_VERSION= 2.30.2
REVISION= 0
SHARED_LIBS += totem-plparser 3.0 # .17.0
SHARED_LIBS += totem-plparser-mini 3.0 # .17.0
@ -28,7 +30,7 @@ WANTLIB += soup-gnome-2.4 sqlite3 tasn1
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= :gmime->=2.4:mail/gmime24 \
LIB_DEPENDS= :gmime->=2.4,<2.6:mail/gmime24 \
::textproc/libxml \
::devel/libsoup,-gnome

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.13 2010/08/30 21:47:46 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2010/09/11 09:09:13 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= personal search and metasearch
DISTNAME= pinot-0.96
REVISION= 0
REVISION= 1
CATEGORIES= x11 misc
@ -41,7 +41,7 @@ BUILD_DEPENDS= ::devel/boost \
# XXX catppt - catdvi
LIB_DEPENDS= ::x11/gtk2mm \
::textproc/libxml++ \
:gmime->=2.4:mail/gmime24 \
:gmime->=2.4,<2.6:mail/gmime24 \
::net/curl \
::audio/taglib \
::databases/sqlite3 \