diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
commit | 63d96de22f82f902e63a87ea5145bb12c985aad6 (patch) | |
tree | b547f3a265861dfb243e0d8ad3978b9bf05b317f /games/gcompris2 | |
parent | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (diff) |
Notes
Diffstat (limited to 'games/gcompris2')
-rw-r--r-- | games/gcompris2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 4ec85dcaec5b..9709d65cd811 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcompris2 PORTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gcompris @@ -16,7 +16,7 @@ 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.3:${PORTSDIR}/audio/libvorbis \ ao.3:${PORTSDIR}/audio/libao USE_X_PREFIX= yes |