diff options
Diffstat (limited to 'print/hplip/options.mk')
-rw-r--r-- | print/hplip/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/hplip/options.mk b/print/hplip/options.mk index 8f4ced0fd81..ee3199f1cad 100644 --- a/print/hplip/options.mk +++ b/print/hplip/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2016/09/11 16:41:16 wiz Exp $ +# $NetBSD: options.mk,v 1.13 2017/01/01 14:43:53 wiz Exp $ # # HPLIP dependencies are detailed in the following page: # http://hplipopensource.com/hplip-web/install/manual/distros/other.html @@ -48,7 +48,7 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/dbus-1/system.d .include "../../security/policykit/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" DEPENDS+= ${PYPKGPREFIX}-notify-[0-9]*:../../sysutils/py-notify -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-notify +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-notify . if !empty(PKG_OPTIONS:Mqt4) PLIST_SRC+= PLIST.qt4 CONFIGURE_ARGS+= --enable-qt4 |