summaryrefslogtreecommitdiffstats
path: root/games/gcompris2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gcompris2/Makefile')
-rw-r--r--games/gcompris2/Makefile10
1 files changed, 6 insertions, 4 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>