diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-29 05:34:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-29 05:34:40 +0800 |
commit | c246a3c7f458a8eff5a3da005c1397f228a7a9fe (patch) | |
tree | 4ced976c952339537661b196831c2ee7f1daaca1 /games | |
parent | 7e05c9215178164981a8b09a789cf604c4c15e54 (diff) | |
download | freebsd-ports-gnome-c246a3c7f458a8eff5a3da005c1397f228a7a9fe.tar.gz freebsd-ports-gnome-c246a3c7f458a8eff5a3da005c1397f228a7a9fe.tar.zst freebsd-ports-gnome-c246a3c7f458a8eff5a3da005c1397f228a7a9fe.zip |
Add a missing dependency on libao.
Reported by: Tom Parquette <tparquet@twcny.rr.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris2/Makefile | 4 |
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 |