diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-20 04:13:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-20 04:13:39 +0000 |
commit | 80b980d6f09d45d6863c87fededea19937deb48b (patch) | |
tree | 94d0b78b1c31bf676608e4b95f42350656a14699 /security/umit | |
parent | 04bb8a5732d18deb554bdaaaecbf5f72fa1e88dc (diff) | |
download | ports-80b980d6f09d45d6863c87fededea19937deb48b.tar.gz ports-80b980d6f09d45d6863c87fededea19937deb48b.zip |
Notes
Diffstat (limited to 'security/umit')
-rw-r--r-- | security/umit/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/umit/Makefile b/security/umit/Makefile index e8ca3c5fc2c7..c026617225e5 100644 --- a/security/umit/Makefile +++ b/security/umit/Makefile @@ -3,7 +3,7 @@ PORTNAME= umit PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,10 +19,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ NO_ARCH= yes -USES= python tar:bzip2 +USES= python shebangfix tar:bzip2 USE_GNOME= pygtk2 USE_PYTHON= distutils INSTALLS_ICONS= yes +SHEBANG_FILES= *.py umit/gui/*.py higwidgets/*.py umit/interfaceeditor/*.py \ + umit/plugin/*.py umit/core/*.py umit/merger/*.py \ + umit/interfaceeditor/selectborder/*.py PORTDOCS= * |