diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-07-16 20:45:15 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-07-16 20:45:15 +0800 |
commit | 88b8e1a823dd46afa19dcda673cfb3df43b17a3a (patch) | |
tree | 8fc79041e2d51ee9d900b81b745c526471ec75cc /multimedia/libxine | |
parent | 22da7ac95db1df7701c274853f523be1e9b3b252 (diff) | |
download | freebsd-ports-gnome-88b8e1a823dd46afa19dcda673cfb3df43b17a3a.tar.gz freebsd-ports-gnome-88b8e1a823dd46afa19dcda673cfb3df43b17a3a.tar.zst freebsd-ports-gnome-88b8e1a823dd46afa19dcda673cfb3df43b17a3a.zip |
Change dependency on libcaca from BUILD_DEPENDS to LIB_DEPENDS.
PR: ports/114622
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Diffstat (limited to 'multimedia/libxine')
-rw-r--r-- | multimedia/libxine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 29284fe00d21..47f43f59c7ea 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --disable-arts --disable-artstest .endif .if defined(WITH_CACA) -BUILD_DEPENDS+= caca-config:${PORTSDIR}/graphics/libcaca +LIB_DEPENDS+= caca.0:${PORTSDIR}/graphics/libcaca PLIST_SUB+= WITH_CACA="" .else PLIST_SUB+= WITH_CACA="@comment " |