diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-05-28 06:56:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-05-28 06:56:46 +0000 |
commit | 0f8d106ae4886b0eb4f81dae949b23ca883a27fa (patch) | |
tree | 03a868ed44f0b8464578e0e7373b04b3c6d8bb1c /audio/umodplayer | |
parent | 4ab7f722bd05a5b689c2bfa8bf7d1a599f280252 (diff) |
Notes
Diffstat (limited to 'audio/umodplayer')
-rw-r--r-- | audio/umodplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/umodplayer/Makefile b/audio/umodplayer/Makefile index 2445c1be6928..c27a2ccf5a73 100644 --- a/audio/umodplayer/Makefile +++ b/audio/umodplayer/Makefile @@ -8,7 +8,7 @@ PORTNAME= umodplayer PORTVERSION= 0.${DISTVERSION:L} DISTVERSION= B5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/UModPlayer%20B5 DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Console module player -LIB_DEPENDS= modplug.0:${PORTSDIR}/audio/libmodplug \ +LIB_DEPENDS= modplug.1:${PORTSDIR}/audio/libmodplug \ ao.3:${PORTSDIR}/audio/libao BUILD_DEPENDS= ${LOCALBASE}/lib/libaiff.a:${PORTSDIR}/audio/libaiff |