Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2015 15:39:13 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389280 - head/audio/rhythmbox
Message-ID:  <201506121539.t5CFdDkA061019@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Jun 12 15:39:13 2015
New Revision: 389280
URL: https://svnweb.freebsd.org/changeset/ports/389280

Log:
  Fix py3-libpeas line.
  
  Submitted by:	Freshports sanity checker

Modified:
  head/audio/rhythmbox/Makefile

Modified: head/audio/rhythmbox/Makefile
==============================================================================
--- head/audio/rhythmbox/Makefile	Fri Jun 12 15:25:21 2015	(r389279)
+++ head/audio/rhythmbox/Makefile	Fri Jun 12 15:39:13 2015	(r389280)
@@ -75,7 +75,7 @@ MTP_LIB_DEPENDS=	libmtp.so:${PORTSDIR}/m
 PYTHON_CONFIGURE_ENABLE=	python
 PYTHON_USES=		python:3
 PYTHON_USE=		PYTVER=${PYTHON_VER:S/.//}
-PYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PREFIX}/devel/py3-libpeas
+PYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py3-libpeas
 # context plugin
 # webkit is for the context plugin, which is broken because
 # it needs textproc/py3-mako



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