Fix WANTLIB.
This commit is contained in:
parent
a5672dd100
commit
4ff605be93
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.102 2011/10/16 18:29:37 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.103 2011/10/16 19:03:25 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= unified backend for PIM programs
|
||||
|
||||
GNOME_PROJECT= evolution-data-server
|
||||
GNOME_VERSION= 3.2.1
|
||||
REVISION= 0
|
||||
|
||||
# Only get the first x.y which is needed in the PLIST.
|
||||
R= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
@ -45,7 +46,7 @@ WANTLIB += nss3 nssutil3 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 plc4 plds4 png pthread pthread-stubs
|
||||
WANTLIB += sasl2 smime3 soup-2.4 soup-gnome-2.4 sqlite3 ssl ssl3
|
||||
WANTLIB += xcb xcb-render xcb-shm xml2 z curl idn oauth ffi
|
||||
WANTLIB += kvm softokn3 goa-1.0 dbus-glib-1
|
||||
WANTLIB += softokn3 goa-1.0 dbus-glib-1
|
||||
|
||||
MODULES= devel/gettext \
|
||||
lang/python \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2011/10/16 18:57:34 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2011/10/16 19:03:57 ajacoutot Exp $
|
||||
|
||||
# No NTLM support in OpenLDAP; Plaintext password authentication will be
|
||||
# used when connecting to the Global Catalog server. Consider installing
|
||||
@ -11,7 +11,7 @@ COMMENT= evolution connector for MS Exchange
|
||||
|
||||
GNOME_PROJECT= evolution-exchange
|
||||
GNOME_VERSION= 3.2.1
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
SHARED_LIBS += exchange 0.0 # 0.0
|
||||
SHARED_LIBS += xntlm 0.0 # 0.0
|
||||
@ -41,7 +41,7 @@ WANTLIB += edataserver-1.2 edataserverui-3.0 enchant expat ffi
|
||||
WANTLIB += fontconfig freetype gailutil-3 gcrypt gdk-3 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-desktop-3 gnome-keyring
|
||||
WANTLIB += gobject-2.0 gpg-error gssapi gthread-2.0 gtk-3 gtkhtml-4.0
|
||||
WANTLIB += gtkhtml-editor-4.0 ical icalss icalvcal krb5 kvm lber-2.4
|
||||
WANTLIB += gtkhtml-editor-4.0 ical icalss icalvcal krb5 lber-2.4
|
||||
WANTLIB += ldap-2.4 ltdl m nspr4 nss3 nssutil3 ogg pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 plc4 plds4 png pthread pthread-stubs
|
||||
WANTLIB += sasl2 smime3 softokn3 soup-2.4 sqlite3 ssl ssl3 stdc++
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.143 2011/10/16 18:29:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.144 2011/10/16 19:03:34 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= integrated email and PIM software for GNOME
|
||||
COMMENT-plugins= additionnal plugins for evolution
|
||||
@ -9,6 +9,9 @@ GNOME_VERSION= 3.2.1
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-plugins= evolution-plugins-${GNOME_VERSION}
|
||||
|
||||
REVISION-main= 0
|
||||
REVISION-plugins= 0
|
||||
|
||||
# Only get the first x.y which is needed in the PLIST.
|
||||
# NOTE: when major version changes, increment EVO_VERSION accordingly
|
||||
# and bump:
|
||||
@ -52,7 +55,7 @@ WANTLIB += expat fontconfig freetype gailutil-3
|
||||
WANTLIB += gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
||||
WANTLIB += gmodule-2.0 gnome-desktop-3 gnome-keyring gobject-2.0
|
||||
WANTLIB += gpg-error gssapi gthread-2.0 gtk-3 gtkhtml-4.0 gtkhtml-editor-4.0
|
||||
WANTLIB += ical icalss icalvcal krb5 ffi kvm dbus-glib-1
|
||||
WANTLIB += ical icalss icalvcal krb5 ffi dbus-glib-1
|
||||
WANTLIB += m notify nspr4 nss3 nssutil3 pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 plc4 plds4 png pthread
|
||||
WANTLIB += pthread-stubs smime3 softokn3 soup-2.4 sqlite3 ssl3
|
||||
|
Loading…
Reference in New Issue
Block a user