diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-03-26 22:11:47 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-03-26 22:11:47 +0000 |
commit | aa350da9c48ab4c4d867684027c489e65af0d5d3 (patch) | |
tree | 8fbda35dee43e21a8653469fa5587524b7313103 /print/hplip | |
parent | 54b1ed5f474d4183e082766c1ca38cd8dfafbfff (diff) | |
download | pkgsrc-aa350da9c48ab4c4d867684027c489e65af0d5d3.tar.gz |
No need to list the same PYTHON_VERSIONS_INCOMPATIBLE version mulitple times.
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/options.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/hplip/options.mk b/print/hplip/options.mk index 764bfe0e802..03368de1e05 100644 --- a/print/hplip/options.mk +++ b/print/hplip/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2014/05/09 07:37:17 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2015/03/26 22:13:14 jperkin Exp $ # # HPLIP dependencies are detailed in the following page: # http://hplipopensource.com/hplip-web/install/manual/distros/other.html @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --enable-dbus-build EGFILES+= cups/pstotiff.convs cups/pstotiff.types MAKE_DIRS+= ${PKG_SYSCONFDIR}/cups DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 # py-reportlab +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-reportlab .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/py-dbus/buildlink3.mk" .else @@ -34,7 +34,7 @@ MESSAGE_SUBST+= EGDIR=${EGDIR} .include "../../graphics/sane-backends/buildlink3.mk" # XXX: a dependency installs py-Pillow, which conflicts .include "../../graphics/py-imaging/buildlink3.mk" -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 # py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging .else CONFIGURE_ARGS+= --disable-scan-build .endif @@ -49,7 +49,7 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/dbus-1/system.d .include "../../x11/py-qt4/buildlink3.mk" .include "../../security/policykit/buildlink3.mk" DEPENDS+= ${PYPKGPREFIX}-notify-[0-9]*:../../sysutils/py-notify -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 34 34 # py-notify +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-notify .else CONFIGURE_ARGS+= --disable-policykit CONFIGURE_ARGS+= --disable-qt4 |