From 9d0ac1ac440c72f734a67d832de478502ed42b6e Mon Sep 17 00:00:00 2001 From: pea Date: Wed, 12 Jan 2011 08:05:11 +0000 Subject: [PATCH] Correctly fixes wantlib spotted by landry@ --- mail/evolution/Makefile | 6 +++--- mail/zarafa/zarafa/Makefile | 6 +++--- x11/gnome/seahorse/Makefile | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 49d83d72440..9948383c115 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.117 2011/01/07 10:31:16 pea Exp $ +# $OpenBSD: Makefile,v 1.118 2011/01/12 08:05:11 pea Exp $ COMMENT-main= integrated email and PIM software for GNOME COMMENT-plugins= additionnal plugins for evolution GNOME_PROJECT= evolution GNOME_VERSION= 2.32.1 -REVISION-main= 0 +REVISION-main= 1 # Only get the first x.y which is needed in the PLIST. # NOTE: when major version changes, increment EVO_VERSION accordingly @@ -66,7 +66,7 @@ WANTLIB += icalss icalvcal nssutil3 softokn3 xcb-shm WANTLIB-main += ${WANTLIB} vorbisfile canberra-gtk WANTLIB-main += gweather icalss icalvcal ogg db gtkimageview -WANTLIB-main += icalss icalvcal ldap ltdl ogg pst softokn3 +WANTLIB-main += icalss icalvcal ldap-2.4 ltdl ogg pst softokn3 WANTLIB-main += ebackend-1.2 egroupwise-1.2 vorbis WANTLIB-main += canberra-gtk ltdl ogg vorbis vorbisfile diff --git a/mail/zarafa/zarafa/Makefile b/mail/zarafa/zarafa/Makefile index bbaa0092cdb..29b32010310 100644 --- a/mail/zarafa/zarafa/Makefile +++ b/mail/zarafa/zarafa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 2011/01/11 12:17:26 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.62 2011/01/12 08:07:29 pea Exp $ COMMENT-main= MS Exchange groupware suite replacement COMMENT-web= zarafa webaccess frontend and MAPI extensions for PHP @@ -7,7 +7,7 @@ PKGNAME= zarafa-${V} PKGNAME-main= zarafa-${V} PKGNAME-web= zarafa-webaccess-${V} -REVISION-main= 3 +REVISION-main= 4 CATEGORIES= mail www productivity @@ -31,7 +31,7 @@ BUILD_DEPENDS= www/php5/core \ WANTLIB-main = ${MODGETTEXT_WANTLIB} WANTLIB-main += asn1 c com_err crypto gssapi krb5 m ncurses pthread ssl -WANTLIB-main += sasl2 stdc++ z xml2 mysqlclient lber ldap uuid execinfo +WANTLIB-main += sasl2 stdc++ z xml2 mysqlclient lber-2.4 ldap-2.4 uuid execinfo WANTLIB-main += vmime-zarafa ical icalss LIB_DEPENDS-main= ${MODGETTEXT_LIB_DEPENDS} \ diff --git a/x11/gnome/seahorse/Makefile b/x11/gnome/seahorse/Makefile index f8db295d2a1..999a7519214 100644 --- a/x11/gnome/seahorse/Makefile +++ b/x11/gnome/seahorse/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2011/01/07 10:33:52 pea Exp $ +# $OpenBSD: Makefile,v 1.48 2011/01/12 08:06:35 pea Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= manage encryption keys GNOME_PROJECT= seahorse GNOME_VERSION= 2.32.0 -REVISION= 2 +REVISION= 3 SHARED_LIBS += cryptui 1.0 # .0.0 @@ -28,7 +28,7 @@ WANTLIB += glib-2.0 gmodule-2.0 gnutls gobject-2.0 gpg-error WANTLIB += gssapi gthread-2.0 gtk-x11-2.0 krb5 m pango-1.0 pangocairo-1.0 WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs WANTLIB += sasl2 ssl tasn1 xcb xml2 z xcb-render xcb-render-util -WANTLIB += lber ldap notify soup-2.4 gpgme gnome-keyring>=6 gcr>=1 +WANTLIB += lber-2.4 ldap-2.4 notify soup-2.4 gpgme gnome-keyring>=6 gcr>=1 WANTLIB += gp11 avahi-client avahi-common avahi-glib LIB_DEPENDS= databases/openldap \