diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-11 04:48:45 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:06:28 +0800 |
commit | 094c3de1d3cb3642af7e983a75a4a27204437c18 (patch) | |
tree | b5cbaf5f9b6ea3a343222dc99e8f6f8f21de70bd /archivers | |
parent | 09e4065c82da9ab4ac85dfd677e5880be168b51a (diff) | |
download | freebsd-ports-gnome-094c3de1d3cb3642af7e983a75a4a27204437c18.tar.gz freebsd-ports-gnome-094c3de1d3cb3642af7e983a75a4a27204437c18.tar.zst freebsd-ports-gnome-094c3de1d3cb3642af7e983a75a4a27204437c18.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rox-archive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rox-archive/Makefile b/archivers/rox-archive/Makefile index 655dcfea2dd1..70bc8b0e74ff 100644 --- a/archivers/rox-archive/Makefile +++ b/archivers/rox-archive/Makefile @@ -11,9 +11,9 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Archive management tool for the ROX desktop RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ - ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib + ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib -USES= python shebangfix tar:bzip2 +USES= python:2.7 shebangfix tar:bzip2 NO_ARCH= yes SHEBANG_FILES= Archive/AppRun |