Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 23:12:48 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336496 - head/sysutils/zeitgeist
Message-ID:  <201312142312.rBENCmB6006382@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sat Dec 14 23:12:48 2013
New Revision: 336496
URL: http://svnweb.freebsd.org/changeset/ports/336496

Log:
  sysutils/zeitgeist: depends explicitly on "python"
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/sysutils/zeitgeist/Makefile

Modified: head/sysutils/zeitgeist/Makefile
==============================================================================
--- head/sysutils/zeitgeist/Makefile	Sat Dec 14 22:56:16 2013	(r336495)
+++ head/sysutils/zeitgeist/Makefile	Sat Dec 14 23:12:48 2013	(r336496)
@@ -10,18 +10,19 @@ MASTER_SITES=	http://launchpad.net/${POR
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312142312.rBENCmB6006382>