Date: Tue, 16 May 2017 14:32:39 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441001 - head/print/hplip Message-ID: <201705161432.v4GEWdLQ065759@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Tue May 16 14:32:38 2017 New Revision: 441001 URL: https://svnweb.freebsd.org/changeset/ports/441001 Log: print/hplip: Add runtime dependency on devel/py-sip Reported by: Manish Jain <bourne.identity@hotmail.com> Modified: head/print/hplip/Makefile Modified: head/print/hplip/Makefile ============================================================================== --- head/print/hplip/Makefile Tue May 16 13:37:51 2017 (r441000) +++ head/print/hplip/Makefile Tue May 16 14:32:38 2017 (r441001) @@ -3,7 +3,7 @@ PORTNAME= hplip PORTVERSION= 3.16.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= SF @@ -72,7 +72,7 @@ XSANE_RUN_DEPENDS= xsane:graphics/xsane .if ${PORT_OPTIONS:MQT4} && ${PORT_OPTIONS:MX11} USES+= pyqt:4 -USE_PYQT= core_run dbussupport_run gui_run +USE_PYQT= core_run dbussupport_run gui_run sip CONFIGURE_ARGS+= --enable-qt4 .else CONFIGURE_ARGS+= --disable-qt4 @@ -80,7 +80,7 @@ CONFIGURE_ARGS+= --disable-qt4 .if ${PORT_OPTIONS:MQT5} && ${PORT_OPTIONS:MX11} USES+= pyqt:5 -USE_PYQT= core_run dbussupport_run gui_run widgets_run +USE_PYQT= core_run dbussupport_run gui_run sip widgets_run CONFIGURE_ARGS+= --enable-qt5 .else CONFIGURE_ARGS+= --disable-qt5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705161432.v4GEWdLQ065759>