diff options
author | wiz <wiz> | 2016-07-09 13:03:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-07-09 13:03:30 +0000 |
commit | b0d9955792bc3093bcdb4a8d01e0e6fcbfbc8fdf (patch) | |
tree | 1de762e883d3779f3b59f427c2c72c506eacef25 /net/avahi | |
parent | b614c6c2adb939eb88ba1f9a145a69c34d1f9df9 (diff) | |
download | pkgsrc-b0d9955792bc3093bcdb4a8d01e0e6fcbfbc8fdf.tar.gz |
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/avahi/options.mk b/net/avahi/options.mk index 5b7286f4bf4..14e02c964ac 100644 --- a/net/avahi/options.mk +++ b/net/avahi/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2015/12/05 21:25:51 adam Exp $ +# $NetBSD: options.mk,v 1.8 2016/07/09 13:03:58 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.avahi PKG_SUPPORTED_OPTIONS= avahi-howl gdbm introspection gtk2 gtk3 mono python qt3 @@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --disable-qt4 ### .if !empty(PKG_OPTIONS:Mpython) PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 . include "../../lang/python/application.mk" REPLACE_PYTHON+= avahi-python/avahi-discover/__init__.py . include "../../lang/python/extension.mk" |