diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-02-03 18:16:54 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-02-03 18:16:54 +0000 |
commit | 3503833535d553b225288a0da807dc4ec028d3fa (patch) | |
tree | 87c7240343b7c4fe8c42af1e819c08f8216290b1 /print/hplip | |
parent | 481aa3dd688d918ecac2e31c8e854a0d91ded73e (diff) | |
download | ports-3503833535d553b225288a0da807dc4ec028d3fa.tar.gz ports-3503833535d553b225288a0da807dc4ec028d3fa.zip |
Notes
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 947eb7656a5b..eebff8a441b6 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -3,7 +3,7 @@ PORTNAME= hplip PORTVERSION= 3.12.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= SF @@ -98,7 +98,7 @@ USB_INCLUDE= /usr/include .if ${PORT_OPTIONS:MQT} RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ - ${PYTHON_SITELIBDIR}/dbus/mainloop/qt.so:${PORTSDIR}/devel/py-qt4-dbus + ${PYTHON_SITELIBDIR}/dbus/mainloop/qt.so:${PORTSDIR}/devel/py-qt4-dbussupport CONFIGURE_ARGS+= --enable-qt4 \ --enable-gui-build PLIST_SUB+= GUI="" |