Add a run_depends on gnome-keyring.
This commit is contained in:
parent
2f1ecda52d
commit
3901d0c7b6
@ -1,9 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/20 14:27:01 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.2 2010/04/22 23:01:08 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= library for gnome keyring integration
|
COMMENT= library for gnome keyring integration
|
||||||
|
|
||||||
GNOME_PROJECT= libgnome-keyring
|
GNOME_PROJECT= libgnome-keyring
|
||||||
GNOME_VERSION= 2.30.0
|
GNOME_VERSION= 2.30.0
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
|
|
||||||
SHARED_LIBS += gnome-keyring 6.0 # .1.1
|
SHARED_LIBS += gnome-keyring 6.0 # .1.1
|
||||||
|
|
||||||
@ -22,6 +23,9 @@ MODULES= devel/gettext \
|
|||||||
LIB_DEPENDS= gcrypt::security/libgcrypt \
|
LIB_DEPENDS= gcrypt::security/libgcrypt \
|
||||||
eggdbus-1::devel/eggdbus
|
eggdbus-1::devel/eggdbus
|
||||||
|
|
||||||
|
# There is no sense in providing the keyring library without the daemon.
|
||||||
|
RUN_DEPENDS= ::x11/gnome/keyring
|
||||||
|
|
||||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||||
--enable-gtk-doc=no
|
--enable-gtk-doc=no
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user