0bbbd35e32
espie asked me in such a nice way to fix this that I'm bumping all ports that have a direct dependency on glib2.
30 lines
597 B
Makefile
30 lines
597 B
Makefile
# $OpenBSD: Makefile,v 1.19 2012/09/01 14:36:59 ajacoutot Exp $
|
|
|
|
COMMENT= library for gnome keyring integration
|
|
|
|
GNOME_PROJECT= libgnome-keyring
|
|
GNOME_VERSION= 3.4.1
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS += gnome-keyring 7.0 # 2.0
|
|
|
|
# GPLv2/LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += dbus-1 ffi gcrypt glib-2.0 gmodule-2.0 gobject-2.0
|
|
WANTLIB += gpg-error gthread-2.0 pcre
|
|
|
|
MODGNOME_TOOLS= goi
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
LIB_DEPENDS= security/libgcrypt \
|
|
x11/dbus \
|
|
devel/glib2
|
|
|
|
.include <bsd.port.mk>
|