diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-23 04:01:53 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-23 04:01:53 +0800 |
commit | ad5f29d86e8b856707743a7c3872688bf3493493 (patch) | |
tree | 1059220d73c9d085a67d3cf5e615d3101c5011f3 /x11-fm | |
parent | fabd1cd2f38841a082f2943705a3a79314a3f6b5 (diff) | |
parent | 2a7c8862aeb4098ab9bbc111d5a81888c0eda451 (diff) | |
download | freebsd-ports-gnome-ad5f29d86e8b856707743a7c3872688bf3493493.tar.gz freebsd-ports-gnome-ad5f29d86e8b856707743a7c3872688bf3493493.tar.zst freebsd-ports-gnome-ad5f29d86e8b856707743a7c3872688bf3493493.zip |
Merge branch 'master' into gnome-3.24
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rox-mime-editor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/rox-mime-editor/Makefile b/x11-fm/rox-mime-editor/Makefile index 6f807a5e18f7..66c6ad7f13cf 100644 --- a/x11-fm/rox-mime-editor/Makefile +++ b/x11-fm/rox-mime-editor/Makefile @@ -2,7 +2,7 @@ PORTNAME= rox-mime-editor PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm MASTER_SITES= SF/rox/MIME-Editor/${PORTVERSION} DISTNAME= mime-editor-${PORTVERSION} @@ -13,7 +13,8 @@ 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 -USES= python tar:bzip2 +USES= python shebangfix tar:bzip2 +SHEBANG_FILES= MIME-Editor/AppRun do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} |