aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-05-22 21:15:13 +0800
committermat <mat@FreeBSD.org>2018-05-22 21:15:13 +0800
commitcff6da1b7fcbd896785c044bbdfe462c9fb1a74c (patch)
treec832b87b776a5db072088687b910601d961726da /x11-fm
parent9304895709a6f8eba3df00bc5410b6f5dbe8382f (diff)
downloadfreebsd-ports-gnome-cff6da1b7fcbd896785c044bbdfe462c9fb1a74c.tar.gz
freebsd-ports-gnome-cff6da1b7fcbd896785c044bbdfe462c9fb1a74c.tar.zst
freebsd-ports-gnome-cff6da1b7fcbd896785c044bbdfe462c9fb1a74c.zip
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/rox-mime-editor/Makefile2
-rw-r--r--x11-fm/rox-session/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/rox-mime-editor/Makefile b/x11-fm/rox-mime-editor/Makefile
index 3bfbc755082a..9d99bde9195a 100644
--- a/x11-fm/rox-mime-editor/Makefile
+++ b/x11-fm/rox-mime-editor/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= olgeni@FreeBSD.org
COMMENT= MIME type editor for the ROX desktop
RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \
- ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib
+ ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib@${PY_FLAVOR}
USES= python:2.7 shebangfix tar:bzip2
SHEBANG_FILES= MIME-Editor/AppRun
diff --git a/x11-fm/rox-session/Makefile b/x11-fm/rox-session/Makefile
index 6b46afa068f1..2cad23987bf8 100644
--- a/x11-fm/rox-session/Makefile
+++ b/x11-fm/rox-session/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \
- ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib \
+ ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR}
WRKSRC= ${WRKDIR}/ROX-Session