diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-06-12 15:39:13 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-06-12 15:39:13 +0000 |
commit | d8a0424e79986707976eb26e5c1a2262d543700c (patch) | |
tree | cf5fbe409a3847d85800cc0c9fe027bc2f0801f2 | |
parent | 3c7ab36d9ba7c342decec5ee5f118598ed0c1576 (diff) | |
download | ports-d8a0424e79986707976eb26e5c1a2262d543700c.tar.gz ports-d8a0424e79986707976eb26e5c1a2262d543700c.zip |
Notes
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index df41e04827eb..ec6c58867f02 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -75,7 +75,7 @@ MTP_LIB_DEPENDS= libmtp.so:${PORTSDIR}/multimedia/libmtp \ 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 |