mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Fix all shebangs properly
- Add missing run-dependency on perl, as the port installs perl scripts Approved by: portmgr blanket
This commit is contained in:
parent
e73d57669f
commit
fec4b3f96f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472458
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gcompris
|
||||
PORTVERSION= 15.10
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= http://gcompris.net/download/
|
||||
|
||||
@ -23,8 +23,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
gnucap:cad/gnucap
|
||||
|
||||
USES= display:configure gettext gmake libtool localbase pathfix \
|
||||
pkgconfig python:2.7 shebangfix sqlite tar:bzip2
|
||||
SHEBANG_FILES= boards/voices/*.sh
|
||||
pkgconfig python:2.7 shebangfix sqlite tar:bzip2 perl5
|
||||
USE_PERL5= run
|
||||
SHEBANG_FILES= boards/voices/*.sh boards/voices/*.pl
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GSTREAMER= yes
|
||||
USE_SDL= mixer
|
||||
|
Loading…
Reference in New Issue
Block a user