diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-05-08 10:05:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-05-08 10:05:27 +0000 |
commit | a3abb00d64872ee110196bae6bfd2e68ea5be8a9 (patch) | |
tree | 5cb00251d1e38cd026b581d0c366ce82007c7a3e /ports-mgmt | |
parent | bd2ca251f668dd14f0429c7af6afd0bc5cdc0b8a (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portell/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile index 5c6e3fc12192..55279fd0001e 100644 --- a/ports-mgmt/portell/Makefile +++ b/ports-mgmt/portell/Makefile @@ -3,7 +3,7 @@ PORTNAME= portell PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= http://www.freebsdcluster.org/~mich/software/ @@ -12,7 +12,8 @@ COMMENT= Quick display of FreeBSD port descriptions RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:databases/py-bsddb -USES= python zip +USES= python:-2.7 shebangfix zip +SHEBANG_FILES= *.py NO_BUILD= yes PLIST_FILES= bin/portell |