mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix shebangs
Approved by: portmgr blanket
This commit is contained in:
parent
3e88ce3123
commit
cfe7d1d43e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396701
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gcompris
|
PORTNAME= gcompris
|
||||||
PORTVERSION= 15.02
|
PORTVERSION= 15.02
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= games gnome
|
CATEGORIES= games gnome
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
|
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
|
||||||
|
|
||||||
|
@ -21,7 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
|
||||||
gnucap:${PORTSDIR}/cad/gnucap
|
gnucap:${PORTSDIR}/cad/gnucap
|
||||||
|
|
||||||
USES= display:configure gettext gmake libtool pathfix pkgconfig \
|
USES= display:configure gettext gmake libtool pathfix pkgconfig \
|
||||||
python:2 tar:bzip2
|
python:2 shebangfix tar:bzip2
|
||||||
|
SHEBANG_FILES= boards/voices/*.sh
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GSTREAMER= yes
|
USE_GSTREAMER= yes
|
||||||
USE_SQLITE= 3
|
USE_SQLITE= 3
|
||||||
|
|
Loading…
Add table
Reference in a new issue