diff options
author | mezz <mezz@FreeBSD.org> | 2007-12-27 09:09:35 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-12-27 09:09:35 +0800 |
commit | a053498f210f806283e26a339063cddcd0f279a5 (patch) | |
tree | 2c7c90fc7395a2ebc34781b1b51b05ccd02f59b9 /multimedia | |
parent | 3b8b66772777b6bf2219aa9fd9aa9e6949c9227b (diff) | |
download | freebsd-ports-gnome-a053498f210f806283e26a339063cddcd0f279a5.tar.gz freebsd-ports-gnome-a053498f210f806283e26a339063cddcd0f279a5.tar.zst freebsd-ports-gnome-a053498f210f806283e26a339063cddcd0f279a5.zip |
These ports only need to depend on avahi-app.
PR: 119033
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 856a0af7b3f9..2f9213ca0cde 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -212,7 +212,7 @@ CONFIGURE_ARGS+= --disable-arts .endif .if !defined(WITHOUT_AVAHI) -LIB_DEPENDS+= avahi-common.3:${PORTSDIR}/net/avahi +LIB_DEPENDS+= avahi-common.3:${PORTSDIR}/net/avahi-app CONFIGURE_ARGS+= --enable-bonjour .else CONFIGUE_ARGS+= --disable-bonjour diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 89d178d59275..0f49ea077529 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -195,7 +195,7 @@ CONFIGURE_ARGS+= --disable-arts .endif .if !defined(WITHOUT_AVAHI) -LIB_DEPENDS+= avahi-common.3:${PORTSDIR}/net/avahi +LIB_DEPENDS+= avahi-common.3:${PORTSDIR}/net/avahi-app CONFIGURE_ARGS+= --enable-bonjour .else CONFIGUE_ARGS+= --disable-bonjour |