diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:55:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:55:26 +0000 |
commit | ac922c592e54939a66a352d951260ab2c1fd4c05 (patch) | |
tree | a1803c12d7ed1ddd17231d7c51bd8ecd19c12c72 /games/gcompris/Makefile | |
parent | b48e96822e2e62dc4e55d3c7680ea952dc34c9bb (diff) | |
download | ports-ac922c592e54939a66a352d951260ab2c1fd4c05.tar.gz ports-ac922c592e54939a66a352d951260ab2c1fd4c05.zip |
Notes
Diffstat (limited to 'games/gcompris/Makefile')
-rw-r--r-- | games/gcompris/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 8acb913fd686..6d5444aa33f0 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -22,11 +22,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ gnucap:${PORTSDIR}/cad/gnucap USES= display:configure gettext gmake libtool pathfix pkgconfig \ - python:2 shebangfix tar:bzip2 + python:2 shebangfix sqlite tar:bzip2 SHEBANG_FILES= boards/voices/*.sh GNU_CONFIGURE= yes USE_GSTREAMER= yes -USE_SQLITE= 3 USE_SDL= mixer USE_GNOME= intlhack gnomeprefix gtk20 pygtk2 libxml2 librsvg2 CPPFLAGS+= -I${LOCALBASE}/include |