diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-12-14 23:12:48 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-14 23:12:48 +0000 |
commit | cac4a6cedaa34577eaed5d7fad17260fa8e946a9 (patch) | |
tree | 0d3e164b1d2edbbbbc019729806467ee32095e68 | |
parent | textproc/py-pyx12: fix usage of python (diff) |
sysutils/zeitgeist: depends explicitly on "python"
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=336496
-rw-r--r-- | sysutils/zeitgeist/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/zeitgeist/Makefile b/sysutils/zeitgeist/Makefile index 78d1967c1ea3..e52842c8b5c3 100644 --- a/sysutils/zeitgeist/Makefile +++ b/sysutils/zeitgeist/Makefile @@ -10,18 +10,19 @@ MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+) MAINTAINER= kwm@FreeBSD.org COMMENT= Event logging framework - engine -BUILD_DEPENDS= rapper:${PORTSDIR}/textproc/raptor2 \ +BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ + rapper:${PORTSDIR}/textproc/raptor2 \ ${PYTHON_SITELIBDIR}/rdflib/__init__.py:${PORTSDIR}/textproc/py-rdflib -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ +RUN_DEPENDS= python:${PORTSDIR}/lang/python \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus USE_GNOME= gnomehack intlhack pygobject -USE_GMAKE= yes USE_PYTHON= yes FETCH_ARGS= -Fpr GNU_CONFIGURE= yes -USES= gettext +USES= gmake gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |