diff options
author | linimon <linimon@FreeBSD.org> | 2007-12-17 07:45:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-12-17 07:45:51 +0800 |
commit | c1f4c13dd879f8cfffcf7bee83635ffa5fc95729 (patch) | |
tree | de53ac85dadc98bb7da1ca7b1c64832319cb708b /sysutils/k3b-kde4 | |
parent | b281dcc86c3f1e87e5ea7994c847b8d49c3a3fc1 (diff) | |
download | freebsd-ports-gnome-c1f4c13dd879f8cfffcf7bee83635ffa5fc95729.tar.gz freebsd-ports-gnome-c1f4c13dd879f8cfffcf7bee83635ffa5fc95729.tar.zst freebsd-ports-gnome-c1f4c13dd879f8cfffcf7bee83635ffa5fc95729.zip |
It is not necessary for k3b to build and run to include libdvdcss
directly; it will be found by libdvdread if libdvdcss is installed.
Hat: portmgr
Diffstat (limited to 'sysutils/k3b-kde4')
-rw-r--r-- | sysutils/k3b-kde4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/k3b-kde4/Makefile b/sysutils/k3b-kde4/Makefile index 18aab28243c1..ff440408d8bc 100644 --- a/sysutils/k3b-kde4/Makefile +++ b/sysutils/k3b-kde4/Makefile @@ -16,7 +16,6 @@ COMMENT= A CD/DVD recording GUI for KDE RUN_DEPENDS= cdrdao:${PORTSDIR}/sysutils/cdrdao LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ - dvdcss:${PORTSDIR}/multimedia/libdvdcss \ samplerate:${PORTSDIR}/audio/libsamplerate USE_BZIP2= yes |