diff options
-rw-r--r-- | games/gcompris2/Makefile | 10 | ||||
-rw-r--r-- | games/gcompris2/pkg-plist | 3 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 41c3141f7..6568f6ba5 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcompris2 PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gcompris @@ -16,14 +16,16 @@ DISTNAME= gcompris-${PORTVERSION} MAINTAINER= gnome@freebsd.org COMMENT= A simple Gnome2-based education game for children starting at 3 -LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \ + ao.3:${PORTSDIR}/audio/libao USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_REINPLACE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" + +INFO= gcompris .include <bsd.port.mk> diff --git a/games/gcompris2/pkg-plist b/games/gcompris2/pkg-plist index 11839b779..103130588 100644 --- a/games/gcompris2/pkg-plist +++ b/games/gcompris2/pkg-plist @@ -1,8 +1,5 @@ bin/gcompris bin/gcompris-edit -@unexec install-info --delete %D/info/gcompris.info %D/info/dir -info/gcompris.info -@exec install-info %D/info/gcompris.info %D/info/dir lib/gcompris/libadvanced_colors.so lib/gcompris/libalgebra.so lib/gcompris/libalgebra_guesscount.so |