Correctly fixes wantlib
spotted by landry@
This commit is contained in:
parent
1c8693beea
commit
9d0ac1ac44
@ -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
|
||||
|
||||
|
@ -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} \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user