sysutils/zeitgeist: depends explicitly on "python"
Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
This commit is contained in:
parent
65d5da3bf7
commit
cac4a6ceda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336496
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue