diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:15:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:15:13 +0000 |
commit | 8dcaabcd6e5bd17c58c938ffb4b9f2fd7847f70f (patch) | |
tree | c832b87b776a5db072088687b910601d961726da /editors/rox-edit | |
parent | 28466ca6896a9f7861111b79fdc8dee8b166ba06 (diff) | |
download | ports-8dcaabcd6e5bd17c58c938ffb4b9f2fd7847f70f.tar.gz ports-8dcaabcd6e5bd17c58c938ffb4b9f2fd7847f70f.zip |
Notes
Diffstat (limited to 'editors/rox-edit')
-rw-r--r-- | editors/rox-edit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/rox-edit/Makefile b/editors/rox-edit/Makefile index b8504dc78dfe..d56c8166e8e0 100644 --- a/editors/rox-edit/Makefile +++ b/editors/rox-edit/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/Edit/Help/COPYING 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= Edit/tests/testreplace.py Edit/AppRun |