diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-28 21:34:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-28 21:34:40 +0000 |
commit | 06da653aa97db8b8c98a917f76946218acbeb6f0 (patch) | |
tree | 05ca5560c8d31bc31d65239e931ddbb74581b635 /games/gcompris2 | |
parent | a623dd111395b5501d491bcefad3ec5ad43aabe0 (diff) | |
download | ports-06da653aa97db8b8c98a917f76946218acbeb6f0.tar.gz ports-06da653aa97db8b8c98a917f76946218acbeb6f0.zip |
Notes
Diffstat (limited to 'games/gcompris2')
-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 |