summaryrefslogtreecommitdiff
path: root/net/avahi
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-26 06:56:23 +0000
committerwiz <wiz@pkgsrc.org>2017-09-26 06:56:23 +0000
commit982f39d01415ee5c015be23889d37e283e42e44f (patch)
tree62b670bbbd3ae4c5325dfb6561ede225b93df746 /net/avahi
parent12fa9b7ff66c9db576f41da7856e93f1517f26af (diff)
downloadpkgsrc-982f39d01415ee5c015be23889d37e283e42e44f.tar.gz
avahi: Remove qt3 option.
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/PLIST5
-rw-r--r--net/avahi/options.mk13
2 files changed, 4 insertions, 14 deletions
diff --git a/net/avahi/PLIST b/net/avahi/PLIST
index 37bc6e34226..39233f5efe8 100644
--- a/net/avahi/PLIST
+++ b/net/avahi/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2016/08/15 20:23:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/09/26 06:56:23 wiz Exp $
bin/avahi-browse
bin/avahi-browse-domains
${PLIST.ui}bin/avahi-discover-standalone
@@ -44,7 +44,6 @@ include/avahi-gobject/ga-error.h
include/avahi-gobject/ga-record-browser.h
include/avahi-gobject/ga-service-browser.h
include/avahi-gobject/ga-service-resolver.h
-${PLIST.qt3}include/avahi-qt3/qt-watch.h
${PLIST.qt}include/avahi-qt4/qt-watch.h
${PLIST.gtk2}include/avahi-ui/avahi-ui.h
${PLIST.introspection}lib/girepository-1.0/Avahi-0.6.typelib
@@ -54,7 +53,6 @@ lib/libavahi-common.la
lib/libavahi-core.la
lib/libavahi-glib.la
lib/libavahi-gobject.la
-${PLIST.qt3}lib/libavahi-qt3.la
${PLIST.qt}lib/libavahi-qt4.la
${PLIST.gtk3}lib/libavahi-ui-gtk3.la
${PLIST.gtk2}lib/libavahi-ui.la
@@ -70,7 +68,6 @@ lib/pkgconfig/avahi-client.pc
lib/pkgconfig/avahi-core.pc
lib/pkgconfig/avahi-glib.pc
lib/pkgconfig/avahi-gobject.pc
-${PLIST.qt3}lib/pkgconfig/avahi-qt3.pc
${PLIST.qt}lib/pkgconfig/avahi-qt4.pc
${PLIST.mono}lib/pkgconfig/avahi-sharp.pc
${PLIST.gtk3}lib/pkgconfig/avahi-ui-gtk3.pc
diff --git a/net/avahi/options.mk b/net/avahi/options.mk
index e1fe691b290..f8fae77a87e 100644
--- a/net/avahi/options.mk
+++ b/net/avahi/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.9 2017/01/01 14:43:49 wiz Exp $
+# $NetBSD: options.mk,v 1.10 2017/09/26 06:56:23 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.avahi
-PKG_SUPPORTED_OPTIONS= avahi-howl gdbm introspection gtk2 gtk3 mono python qt3
+PKG_SUPPORTED_OPTIONS= avahi-howl gdbm introspection gtk2 gtk3 mono python
PKG_SUPPORTED_OPTIONS+= qt tests
PKG_SUGGESTED_OPTIONS+= gtk2
-PLIST_VARS+= introspection gtk2 gtk3 mono qt3 qt ui
+PLIST_VARS+= introspection gtk2 gtk3 mono qt ui
.include "../../mk/bsd.options.mk"
@@ -59,13 +59,6 @@ PLIST.mono= yes
CONFIGURE_ARGS+= --disable-mono --disable-monodoc
.endif
-.if !empty(PKG_OPTIONS:Mqt3)
-.include "../../x11/qt3-libs/buildlink3.mk"
-PLIST.qt3= yes
-.else
-CONFIGURE_ARGS+= --disable-qt3
-.endif
-
.if !empty(PKG_OPTIONS:Mqt)
.include "../../x11/qt4-libs/buildlink3.mk"
PLIST.qt= yes