diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-12 02:46:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-12 02:46:15 +0800 |
commit | 241f2115ec193523f6b2650ffcd306c5de12152b (patch) | |
tree | 97f5d1942ea9f7314238ec322ba03551f5d2fb09 | |
parent | f65f487fffe83b8b5a997b5007a234a66ad7326d (diff) | |
download | freebsd-ports-gnome-241f2115ec193523f6b2650ffcd306c5de12152b.tar.gz freebsd-ports-gnome-241f2115ec193523f6b2650ffcd306c5de12152b.tar.zst freebsd-ports-gnome-241f2115ec193523f6b2650ffcd306c5de12152b.zip |
- Fix shebangs
Approved by: portmgr blanket
-rw-r--r-- | games/gcompris/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 326c89528cd3..8acb913fd686 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcompris PORTVERSION= 15.02 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -21,7 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ gnucap:${PORTSDIR}/cad/gnucap 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 USE_GSTREAMER= yes USE_SQLITE= 3 |