diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-21 09:52:49 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-21 09:52:49 +0800 |
commit | be592581089111a573c35f2a6503f13e14ca65b7 (patch) | |
tree | 986f0d97d6d7f1fa76ca0943aa4eb8773373f17a /multimedia/mplayerxp | |
parent | b9cd100b9df12762144905e387b4753c686bd71f (diff) | |
download | freebsd-ports-gnome-be592581089111a573c35f2a6503f13e14ca65b7.tar.gz freebsd-ports-gnome-be592581089111a573c35f2a6503f13e14ca65b7.tar.zst freebsd-ports-gnome-be592581089111a573c35f2a6503f13e14ca65b7.zip |
o mplayer ignores mplayer fonts if WITH_FREETYPE. Therefore, only
depend on mplayer fonts otherwise
o Bump PORTREVISION
Submitted by: "Ulrich 'Q' Spoerlein" <q@uni.de>
Reviewed by: maintainer
Approved by: maintainer
Diffstat (limited to 'multimedia/mplayerxp')
-rw-r--r-- | multimedia/mplayerxp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile index 9dcddb17bab3..31b630f0ff76 100644 --- a/multimedia/mplayerxp/Makefile +++ b/multimedia/mplayerxp/Makefile @@ -7,6 +7,7 @@ PORTNAME= mplayer PORTVERSION= 0.90.0.10 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \ http://www.mplayerhq.hu/MPlayer/releases/ \ @@ -23,7 +24,6 @@ MAINTAINER= riggs@rrr.de LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ iconv.3:${PORTSDIR}/converters/libiconv \ mp3lame.0:${PORTSDIR}/audio/lame -RUN_DEPENDS= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts USE_BZIP2= yes USE_GMAKE= yes @@ -137,6 +137,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/live/liveMedia/libliveMedia.a:${PORTSDIR}/net/live CONFIGURE_ARGS+= --with-extraincdir=${LOCALBASE}/include/freetype2 \ --enable-freetype LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 +.else +RUN_DEPENDS+= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts .endif .if defined(WITH_XANIM) @@ -180,7 +182,6 @@ RUN_DEPENDS+= ${CODEC_DETECTION_FILE}:${CODEC_PORT} CONFIGURE_ARGS+= --with-win32libdir=${LOCALBASE}/lib/win32 CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs -#CODEC_PORT= ${.CURDIR}/../win32-codecs CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE .endif .endif # ARCH == i386 |