diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
commit | 59272d10178066cdfa1d1aea23c915a09473d798 (patch) | |
tree | 923210657ff3819220d9f901a4ae5748d77b8564 /print/system-config-printer | |
parent | fc9825be880916c415aad3c9a9483fd377323fdf (diff) | |
download | ports-59272d10178066cdfa1d1aea23c915a09473d798.tar.gz ports-59272d10178066cdfa1d1aea23c915a09473d798.zip |
Notes
Diffstat (limited to 'print/system-config-printer')
-rw-r--r-- | print/system-config-printer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index d77f9f21cba2..f9dcb1b820cf 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -3,7 +3,7 @@ PORTNAME= system-config-printer PORTVERSION= 1.4.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print gnome MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/ @@ -12,7 +12,7 @@ COMMENT= CUPS configuration Gtk+2.0 GUI BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto \ docbook-xml>0:${PORTSDIR}/textproc/docbook-xml -LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client +LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-pycups \ ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-pycurl \ ${LOCALBASE}/libexec/cups-pk-helper-mechanism:${PORTSDIR}/print/cups-pk-helper |