diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-12 20:40:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-12 20:40:15 +0800 |
commit | 5f53a185cae77b9a11c1bd41a8a09eae83d33f58 (patch) | |
tree | 9e9a97b3aab77d2cc63f709a61eb4142ae8b1d83 /misc/xdg-menu | |
parent | 64195de0566ff8bb9616db3341d4b2e0f4673b1f (diff) | |
download | freebsd-ports-gnome-5f53a185cae77b9a11c1bd41a8a09eae83d33f58.tar.gz freebsd-ports-gnome-5f53a185cae77b9a11c1bd41a8a09eae83d33f58.tar.zst freebsd-ports-gnome-5f53a185cae77b9a11c1bd41a8a09eae83d33f58.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'misc/xdg-menu')
-rw-r--r-- | misc/xdg-menu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/xdg-menu/Makefile b/misc/xdg-menu/Makefile index 62364810613d..c348cdb49406 100644 --- a/misc/xdg-menu/Makefile +++ b/misc/xdg-menu/Makefile @@ -19,13 +19,13 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/Help/COPYING RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ - ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg \ - ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus + ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} WRKSRC= ${WRKDIR}/XDG-Menu DATADIR= ${PREFIX}/apps/XDG-Menu -USES= python shebangfix +USES= python:2.7 shebangfix SHEBANG_FILES= AppRun AppletRun INSTALLS_ICONS= yes NO_ARCH= yes |