aboutsummaryrefslogtreecommitdiff
path: root/net/avahi
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-10-26 20:02:49 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-10-26 20:02:49 +0000
commitad863841be9fecaaf76bfe0c166bff260d3e536f (patch)
treec83a7b97c2be9e1f570fb2606612c20c955450d3 /net/avahi
parent79294447d7a82e3e3d14a0b2e0434139e4cd8b25 (diff)
downloadports-ad863841be9fecaaf76bfe0c166bff260d3e536f.tar.gz
ports-ad863841be9fecaaf76bfe0c166bff260d3e536f.zip
- Readd option for QT4
Notes
Notes: svn path=/head/; revision=202096
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index 13cc8ec01875..5f241bdb6fce 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -22,11 +22,11 @@ RUN_DEPENDS= avahi-resolve:${PORTSDIR}/net/avahi-app \
OPTIONS= AUTOIPD "IPv4LL network address configuration daemon" off \
GTK "Gtk+ tools and bindings" off \
- LIBDNS "mDNSResponder compatibility" off \
+ LIBDNS "Apple's mDNSResponder compatibility library" 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