- add a runtime dependency on zeitgeist so the daemon can be started.

This commit is contained in:
jasper 2012-09-29 15:55:58 +00:00
parent 85849c4c0b
commit 6d6ea421c4

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/09/29 10:29:11 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2012/09/29 15:55:58 jasper Exp $
COMMENT= Zeitgeist client library
DISTNAME= libzeitgeist-0.3.18
REVISION= 0
SHARED_LIBS += zeitgeist-1.0 0.0 # 2.4
HOMEPAGE= https://launchpad.net/libzeitgeist
@ -29,6 +30,8 @@ WANTLIB += pcre pthread z
LIB_DEPENDS= devel/glib2
RUN_DEPENDS= productivity/zeitgeist
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>
.include <bsd.port.mk>