diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-02-11 16:38:06 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-02-11 16:38:06 +0000 |
commit | 6a6259b066799e4065ab4c9632c09be73aaa2255 (patch) | |
tree | d7b78e1f7e60f328167c1e92f059d14876f35b9a /graphics | |
parent | o Switch to a cleaner building system ala libdivxencore port: no (diff) |
Depend on correct port. Therefore, bump PORTREVISION
Submitted by: asmodai
Reviewed by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=54564
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mplayer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index 9c073575225b..eb1db506d420 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -7,6 +7,7 @@ PORTNAME= mplayer PORTVERSION= 0.60.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \ http://www.mplayerhq.hu/MPlayer/releases/ \ @@ -20,7 +21,7 @@ DISTNAME= MPlayer-0.60 MAINTAINER= riggs@rrr.de LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - giconv.2:${PORTSDIR}/converters/iconv \ + giconv.2:${PORTSDIR}/converters/libiconv \ SDL-1.1.3:${PORTSDIR}/devel/sdl12 RUN_DEPENDS= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts |