diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-11 18:07:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-11 18:07:27 +0800 |
commit | 592d412ae5ff830776b96bad87508031b4e48718 (patch) | |
tree | faba27fc634e95d2b61b1a32284aa4e2c28cba66 /print/system-config-printer | |
parent | b37f48d40081cbf4719990d7ed379a7f9b5d0919 (diff) | |
download | freebsd-ports-gnome-592d412ae5ff830776b96bad87508031b4e48718.tar.gz freebsd-ports-gnome-592d412ae5ff830776b96bad87508031b4e48718.tar.zst freebsd-ports-gnome-592d412ae5ff830776b96bad87508031b4e48718.zip |
- Move print/py-cups to print/py-pycups
- Bump PORTREVISION for dependent ports
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 |