diff options
-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 |