diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-10 20:48:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-10 20:48:45 +0000 |
commit | a021c1b8c05d90d44a7f031d0b5ee85c32d0b9ea (patch) | |
tree | 0bfafd8b940b1068dff867abd0a486ec4d7ee5c6 /x11-fm/rox-mime-editor | |
parent | f4b5a9883bcd59b1a495cb8f7c3a7c70e75bc6d9 (diff) | |
download | ports-a021c1b8c05d90d44a7f031d0b5ee85c32d0b9ea.tar.gz ports-a021c1b8c05d90d44a7f031d0b5ee85c32d0b9ea.zip |
Notes
Diffstat (limited to 'x11-fm/rox-mime-editor')
-rw-r--r-- | x11-fm/rox-mime-editor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/rox-mime-editor/Makefile b/x11-fm/rox-mime-editor/Makefile index 66c6ad7f13cf..3bfbc755082a 100644 --- a/x11-fm/rox-mime-editor/Makefile +++ b/x11-fm/rox-mime-editor/Makefile @@ -11,9 +11,9 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= MIME type editor 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 SHEBANG_FILES= MIME-Editor/AppRun do-build: |