diff options
Diffstat (limited to 'games/gcompris2/Makefile')
-rw-r--r-- | games/gcompris2/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 3bb0a63ad56d..72a6ec9a6100 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gcompris2 -PORTVERSION= 2.1 -PORTREVISION= 5 +PORTVERSION= 5.2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gcompris @@ -17,14 +16,17 @@ MAINTAINER= gnome@freebsd.org COMMENT= A simple Gnome2-based education game for children starting at 3 LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ - ao.3:${PORTSDIR}/audio/libao + ao.3:${PORTSDIR}/audio/libao \ + assetml.0:${PORTSDIR}/devel/libassetml USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui +USE_PYTHON= yes +USE_GNOME= gnomehack lthack gnomeprefix libgnomeui pygnome2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + LIBS="${PTHREAD_LIBS} -lm" INFO= gcompris |