Fix WANTLIB after gpgme update.
This commit is contained in:
parent
b57e1c04f8
commit
ef8ab198cd
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2011/06/13 20:52:26 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2011/08/30 06:54:11 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -9,7 +9,7 @@ COMMENT-spamassassin= spamassassin plugin
|
||||
|
||||
V= 3.7.9
|
||||
DISTNAME= claws-mail-${V}
|
||||
REVISION-main= 0
|
||||
REVISION-main= 1
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-bogofilter= claws-mail-bogofilter-${V}
|
||||
PKGNAME-spamassassin= claws-mail-spamassassin-${V}
|
||||
@ -52,7 +52,7 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||
GL Xxf86vm drm xcb-render xcb-shm
|
||||
|
||||
WANTLIB-main= ${WANTLIB} ICE SM c dbus-1 gmp hogweed nettle \
|
||||
pthread stdc++ tasn1 xcb-atom xcb-aux xcb-event \
|
||||
pthread stdc++ tasn1 xcb-atom xcb-aux xcb-event assuan \
|
||||
startup-notification-1 enchant gnutls gpgme dbus-glib-1
|
||||
|
||||
WANTLIB-docs=
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.94 2011/07/06 18:57:09 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.95 2011/08/30 06:54:11 ajacoutot Exp $
|
||||
|
||||
COMMENT = lightweight and user-friendly e-mail client
|
||||
|
||||
DISTNAME = sylpheed-3.1.1
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS += sylph-0 2.0 # 2.0
|
||||
SHARED_LIBS += sylpheed-plugin-0 2.0 # 2.0
|
||||
@ -28,7 +28,7 @@ WANTLIB += pango-1.0 pangocairo-1.0 dbus-1 dbus-glib-1 gio-2.0 glib-2.0
|
||||
WANTLIB += gmodule-2.0 gobject-2.0 drm expat fontconfig freetype m pixman-1
|
||||
WANTLIB += pthread pthread-stubs gthread-2.0 pcre enchant pangoft2-1.0
|
||||
WANTLIB += png gpgme gpg-error gtkspell ssl stdc++ xcb xcb-render xcb-shm z
|
||||
WANTLIB += gtk-x11-2.0 gdk-x11-2.0 gtkspell
|
||||
WANTLIB += gtk-x11-2.0 gdk-x11-2.0 gtkspell assuan
|
||||
|
||||
RUN_DEPENDS= devel/desktop-file-utils
|
||||
MASTER_SITES = http://sylpheed.sraoss.jp/sylpheed/v3.1/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/12/28 23:51:45 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2011/08/30 06:54:11 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,8 @@ COMMENT= console jabber client
|
||||
DISTNAME= mcabber-0.10.1
|
||||
CATEGORIES= net
|
||||
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= http://www.lilotux.net/~mikael/mcabber/
|
||||
|
||||
MAINTAINER= Markus Hennecke <markus-hennecke@markus-hennecke.de>
|
||||
@ -23,7 +25,7 @@ MODULES= devel/gettext
|
||||
|
||||
WANTLIB= c crypto gcrypt gpg-error ncursesw panelw pcre pthread \
|
||||
ssl glib-2.0 gmodule-2.0 gpgme loudmouth-1>=3 \
|
||||
idn otr
|
||||
idn otr assuan
|
||||
|
||||
LIB_DEPENDS= devel/glib2 \
|
||||
security/gpgme \
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2010/11/26 07:51:00 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2011/08/30 06:54:11 ajacoutot Exp $
|
||||
|
||||
COMMENT= graphical interface for GnuPG
|
||||
|
||||
DISTNAME= gpa-0.7.6
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= security x11
|
||||
|
||||
HOMEPAGE= http://www.gnupg.org/gpa.html
|
||||
@ -22,7 +22,7 @@ MODULES= devel/gettext
|
||||
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
|
||||
WANTLIB += freetype gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0 gio-2.0
|
||||
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gpgme gthread-2.0
|
||||
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gpgme gthread-2.0 assuan
|
||||
WANTLIB += gpg-error m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
|
||||
WANTLIB += png pthread pthread-stubs xcb xcb-render xcb-render-util z
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.67 2010/11/22 10:16:08 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.68 2011/08/30 06:54:11 ajacoutot Exp $
|
||||
|
||||
COMMENT = KDE personal information applications
|
||||
COMMENT-kpilot = KDE interface to sync with Palm Pilot
|
||||
@ -61,7 +61,7 @@ MODULES = x11/kde devel/gettext
|
||||
|
||||
LIB_DEPENDS += x11/kde/libs3
|
||||
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
REVISION-kpilot = 0
|
||||
WANTLIB = GL GLU ICE SM X11 Xau Xcursor Xdamage Xdmcp Xext Xfixes Xft Xi \
|
||||
Xinerama Xmu Xpm Xrandr Xrender Xss Xt Xxf86vm art_lgpl_2 artsflow \
|
||||
@ -75,7 +75,7 @@ WANTLIB = GL GLU ICE SM X11 Xau Xcursor Xdamage Xdmcp Xext Xfixes Xft Xi \
|
||||
lib/kde3/kutils lib/kde3/kwalletclient lib/kde3/vcard m mad mal>=1 \
|
||||
mcop mng ogg pcre pcreposix pisock png pthread pthread-stubs qtmcop \
|
||||
qui sasl2 sasl2 sndio soundserver_idl stdc++ usb util vorbis vorbisenc \
|
||||
vorbisfile xcb z
|
||||
vorbisfile xcb z assuan
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user