mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
This commit is contained in:
parent
f05c29d1af
commit
c410082fc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336529
@ -17,12 +17,17 @@ COMMENT= Liberate the universe from the evil company WEAPCO
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake iconv
|
||||
USES= gmake iconv shebangfix
|
||||
USE_PYTHON_BUILD= -2.7
|
||||
USE_XORG= x11 xau xdmcp
|
||||
USE_SDL= image mixer
|
||||
WITH_ZLIB= yes
|
||||
MAKEFILE= makefile
|
||||
|
||||
SHEBANG_FILES= pack.py unpack.py
|
||||
python_OLD_CMD= ${SETENV} python
|
||||
python_CMD= ${PYTHON_CMD}
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
|
Loading…
Reference in New Issue
Block a user