aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-12-15 07:12:48 +0800
committerwg <wg@FreeBSD.org>2013-12-15 07:12:48 +0800
commit371a02bb3102af506e25a30ca003db8d118a71e5 (patch)
tree0d3e164b1d2edbbbbc019729806467ee32095e68 /sysutils
parent100bea1a7c26b58c6e96935642418cc9bbca83ce (diff)
downloadfreebsd-ports-gnome-371a02bb3102af506e25a30ca003db8d118a71e5.tar.gz
freebsd-ports-gnome-371a02bb3102af506e25a30ca003db8d118a71e5.tar.zst
freebsd-ports-gnome-371a02bb3102af506e25a30ca003db8d118a71e5.zip
sysutils/zeitgeist: depends explicitly on "python"
Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/zeitgeist/Makefile9
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