summaryrefslogtreecommitdiff
path: root/games/gcompris2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-28 21:34:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-28 21:34:40 +0000
commit06da653aa97db8b8c98a917f76946218acbeb6f0 (patch)
tree05ca5560c8d31bc31d65239e931ddbb74581b635 /games/gcompris2
parentUpdate to version 2.17.1 (diff)
Add a missing dependency on libao.
Reported by: Tom Parquette <tparquet@twcny.rr.com>
Notes
Notes: svn path=/head/; revision=79807
Diffstat (limited to 'games/gcompris2')
-rw-r--r--games/gcompris2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile
index 3bd12223adf1..2efb4ef254e7 100644
--- a/games/gcompris2/Makefile
+++ b/games/gcompris2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gcompris2
PORTVERSION= 2.1
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gcompris
@@ -15,7 +16,8 @@ DISTNAME= gcompris-${PORTVERSION}
MAINTAINER= martin.klaffenboeck@gmx.at
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