diff options
author | marcus <marcus@FreeBSD.org> | 2008-07-09 08:02:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-07-09 08:02:08 +0800 |
commit | 6127451db8b640af13eeac18e02d66e2e12bd3c2 (patch) | |
tree | b58392f917df012197a9b756c12d952db26f5999 /games | |
parent | f8134347b3a38e2cb07ffecad80b58840b38f081 (diff) | |
download | freebsd-ports-gnome-6127451db8b640af13eeac18e02d66e2e12bd3c2.tar.gz freebsd-ports-gnome-6127451db8b640af13eeac18e02d66e2e12bd3c2.tar.zst freebsd-ports-gnome-6127451db8b640af13eeac18e02d66e2e12bd3c2.zip |
Add missing gstreamer dependency.
Reported by: pointyhat via pav
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 70b0ac50c756..bff3bd41d429 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcompris DISTVERSION= 8.4.5 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= SF/gcompris @@ -28,6 +29,7 @@ RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess \ USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes +USE_GSTREAMER= yes USE_PYTHON= yes USE_SDL= mixer USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui pygnome2 |