diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-29 00:37:35 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-29 00:37:35 +0800 |
commit | 7b4407af5d16337cfb1124308a79203e60bea037 (patch) | |
tree | 371baebf4f55b4be93798fedf13b8960c8da9754 /audio/xmms-mad | |
parent | c94b4113c2985ccccc96b2bdd69f3bd5c62af592 (diff) | |
download | freebsd-ports-graphics-7b4407af5d16337cfb1124308a79203e60bea037.tar.gz freebsd-ports-graphics-7b4407af5d16337cfb1124308a79203e60bea037.tar.zst freebsd-ports-graphics-7b4407af5d16337cfb1124308a79203e60bea037.zip |
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.
audio/xmms --> multimedia/xmms
graphics/avifile --> multimedia/avifile
graphics/divx4linux --> multimedia/divx4linux
graphics/ffmpeg --> multimedia/ffmpeg
graphics/libdv --> multimedia/libdv
graphics/libdvdcss --> multimedia/libdvdcss
graphics/libdvdread --> multimedia/libdvdread
graphics/libmpeg2 --> multimedia/libmpeg2
graphics/linux-realplayer --> multimedia/linux-realplayer
graphics/mjpegtools --> multimedia/mjpegtools
graphics/mplayer --> multimedia/mplayer
graphics/mplayer-fonts --> multimedia/mplayer-fonts
graphics/openquicktime --> multimedia/openquicktime
graphics/win32-codecs --> multimedia/win32-codecs
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
Diffstat (limited to 'audio/xmms-mad')
-rw-r--r-- | audio/xmms-mad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile index e22d0a9c7b5..0aa4c449ee4 100644 --- a/audio/xmms-mad/Makefile +++ b/audio/xmms-mad/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= xmms-mad MAINTAINER= dyeske@yahoo.com LIB_DEPENDS= mad.1:${PORTSDIR}/audio/mad -BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms +BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOMENG= yes |