diff options
author | mezz <mezz@FreeBSD.org> | 2007-10-26 03:27:21 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-10-26 03:27:21 +0800 |
commit | aa99051cb3cd46140e5905285dc75be481806bcb (patch) | |
tree | 9f1031c40afa5d8a1153162ed5d9c457d036c286 /net/avahi | |
parent | 12420a824019b54a1db27d23c667f84e77416201 (diff) | |
download | freebsd-ports-gnome-aa99051cb3cd46140e5905285dc75be481806bcb.tar.gz freebsd-ports-gnome-aa99051cb3cd46140e5905285dc75be481806bcb.tar.zst freebsd-ports-gnome-aa99051cb3cd46140e5905285dc75be481806bcb.zip |
Disable qt4 support for now since we don't have any net/avahi-qt4.
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index e90d5a8c6ab0..13cc8ec01875 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -25,8 +25,8 @@ OPTIONS= AUTOIPD "IPv4LL network address configuration daemon" off \ LIBDNS "mDNSResponder compatibility" off \ MONO "Mono bindings" off \ QT3 "Qt 3 bindings" off \ - QT4 "Qt 4 bindings" off \ PYTHON "Python bindings and tools" off +# QT4 "Qt 4 bindings" off \ NO_BUILD= yes @@ -52,9 +52,9 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt3.pc:${PORTSDIR}/net/avahi-qt3 .endif -.if defined(WITH_QT4) -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4 -.endif +#.if defined(WITH_QT4) +#RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4 +#.endif .if defined(WITH_PYTHON) RUN_DEPENDS+= avahi-bookmarks:${PORTSDIR}/net/py-avahi |