diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 3b7f6c63f3d7cbab240d30b4a765c518bef208d4 (patch) | |
tree | f489e673d53345a1b3a0d01abd60b793baa8d924 /games/el | |
parent | 7448aec218630029a6f63dba3e8d2b5c0bee9c20 (diff) | |
download | FreeBSD-ports-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.zip FreeBSD-ports-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.gz |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Diffstat (limited to 'games/el')
-rw-r--r-- | games/el/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/el/Makefile b/games/el/Makefile index c0d669e..56e84de 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -7,7 +7,7 @@ PORTNAME= el PORTVERSION= 133 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= acm/${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= Eternal Lands is a free 3D MMORPG LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ openal.0:${PORTSDIR}/audio/openal \ - vorbis.3:${PORTSDIR}/audio/libvorbis \ + vorbis.4:${PORTSDIR}/audio/libvorbis \ cal3d.12:${PORTSDIR}/graphics/cal3d \ alut.1:${PORTSDIR}/audio/freealut RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/el.ini:${PORTSDIR}/games/el-data |