diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:36:02 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:36:02 +0000 |
commit | 6d83e65a8b50cb4f07da7184b20fca3165a54747 (patch) | |
tree | 67c959e7cd137e2895c3dba87c47536a74207154 /games/gcompris | |
parent | 04fd0c5ce79980e3d50c7ff197ef7cbf2e81aaca (diff) |
Notes
Diffstat (limited to 'games/gcompris')
-rw-r--r-- | games/gcompris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 030fccb9edcc..d67f3407ad92 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -21,10 +21,10 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ gnucap:${PORTSDIR}/cad/gnucap -USES= display:configure gettext gmake libtool pathfix pkgconfig tar:bzip2 +USES= display:configure gettext gmake libtool pathfix pkgconfig \ + python:2 tar:bzip2 GNU_CONFIGURE= yes USE_GSTREAMER= yes -USE_PYTHON= 2 USE_SQLITE= 3 USE_SDL= mixer USE_GNOME= intlhack gnomeprefix gtk20 pygtk2 libxml2 librsvg2 |