diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-03-30 01:44:02 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-03-30 01:44:02 +0800 |
commit | d29463c864ff54b3bd63c598e6ef02893236fe94 (patch) | |
tree | 917a9d623a1a4ec906ba76e129b851e8dd9b58e0 /multimedia/mplayerxp | |
parent | d34a5ce0d2e831342a200120d3ab3120ecb494a4 (diff) | |
download | freebsd-ports-gnome-d29463c864ff54b3bd63c598e6ef02893236fe94.tar.gz freebsd-ports-gnome-d29463c864ff54b3bd63c598e6ef02893236fe94.tar.zst freebsd-ports-gnome-d29463c864ff54b3bd63c598e6ef02893236fe94.zip |
xvid was moved to multimedia
Diffstat (limited to 'multimedia/mplayerxp')
-rw-r--r-- | multimedia/mplayerxp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile index 3222bc574358..6304bfe9c64f 100644 --- a/multimedia/mplayerxp/Makefile +++ b/multimedia/mplayerxp/Makefile @@ -156,7 +156,7 @@ CONFIGURE_ARGS+= --disable-sdl-image .endif # xvid .ifdef(WITH_XVID) -LIB_DEPENDS+= xvidcore.0:${PORTSDIR}/graphics/xvid +LIB_DEPENDS+= xvidcore.0:${PORTSDIR}/multimedia/xvid CONFIGURE_ARGS+= --enable-xvid \ --with-xvidcore=${LOCALBASE} |