diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-11 10:07:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-11 10:07:27 +0000 |
commit | c2a3036bebcdef6e48d7ab497c0fd1cd53bd808e (patch) | |
tree | faba27fc634e95d2b61b1a32284aa4e2c28cba66 /print/system-config-printer | |
parent | 05defa09111e738ed16ad25c80edeeb2ae3df8e3 (diff) | |
download | ports-c2a3036bebcdef6e48d7ab497c0fd1cd53bd808e.tar.gz ports-c2a3036bebcdef6e48d7ab497c0fd1cd53bd808e.zip |
Notes
Diffstat (limited to 'print/system-config-printer')
-rw-r--r-- | print/system-config-printer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 6a2dde430b91..0981975e324d 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -3,6 +3,7 @@ PORTNAME= system-config-printer PORTVERSION= 1.4.7 +PORTREVISION= 1 CATEGORIES= print gnome MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/ @@ -12,7 +13,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 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-pycups \ ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ ${LOCALBASE}/libexec/cups-pk-helper-mechanism:${PORTSDIR}/print/cups-pk-helper |