diff options
author | lioux <lioux@FreeBSD.org> | 2002-02-12 00:38:06 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-02-12 00:38:06 +0800 |
commit | 2684911f8720ed8635387dbaf144b3f1731a57f6 (patch) | |
tree | bd25dee977aa1cc206e1c746eaadbfa5b9a6b90b /multimedia | |
parent | 09daa2efef1f6524f39a847c7bed12222429d996 (diff) | |
download | freebsd-ports-gnome-2684911f8720ed8635387dbaf144b3f1731a57f6.tar.gz freebsd-ports-gnome-2684911f8720ed8635387dbaf144b3f1731a57f6.tar.zst freebsd-ports-gnome-2684911f8720ed8635387dbaf144b3f1731a57f6.zip |
Depend on correct port. Therefore, bump PORTREVISION
Submitted by: asmodai
Reviewed by: MAINTAINER
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer/Makefile | 3 | ||||
-rw-r--r-- | multimedia/mplayerxp/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 9c073575225b..eb1db506d420 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/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 diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile index 9c073575225b..eb1db506d420 100644 --- a/multimedia/mplayerxp/Makefile +++ b/multimedia/mplayerxp/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 |