diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2003-02-24 20:57:02 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2003-02-24 20:57:02 +0800 |
commit | 8c0fa1205c3ebe675eefe4d587017ab669d7c08e (patch) | |
tree | 190fa9d635abbac0b6697fcf4caf4aab7ef5186b /multimedia/mplayerxp | |
parent | 5eeeab4aa52b91768034c782bf435ed0d36b7a34 (diff) | |
download | freebsd-ports-gnome-8c0fa1205c3ebe675eefe4d587017ab669d7c08e.tar.gz freebsd-ports-gnome-8c0fa1205c3ebe675eefe4d587017ab669d7c08e.tar.zst freebsd-ports-gnome-8c0fa1205c3ebe675eefe4d587017ab669d7c08e.zip |
Sync with the category changes of libdvdnav, libxine and xine.
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 19c405bae506..5fe29343a8d0 100644 --- a/multimedia/mplayerxp/Makefile +++ b/multimedia/mplayerxp/Makefile @@ -129,7 +129,7 @@ CONFIGURE_ARGS+= --with-csslibdir=${LOCALBASE}/lib .endif # xine libdvdnav .if defined(WITH_LIBDVDNAV) && !defined(WITHOUT_LIBDVDNAV) -LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/graphics/libdvdnav +LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/multimedia/libdvdnav CONFIGURE_ARGS+= --with-libdvdnav=${LOCALBASE} .endif |