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/cups-cloud-print | |
parent | 05defa09111e738ed16ad25c80edeeb2ae3df8e3 (diff) | |
download | ports-c2a3036bebcdef6e48d7ab497c0fd1cd53bd808e.tar.gz ports-c2a3036bebcdef6e48d7ab497c0fd1cd53bd808e.zip |
Notes
Diffstat (limited to 'print/cups-cloud-print')
-rw-r--r-- | print/cups-cloud-print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-cloud-print/Makefile b/print/cups-cloud-print/Makefile index 786e823c9615..bd9e45433cd4 100644 --- a/print/cups-cloud-print/Makefile +++ b/print/cups-cloud-print/Makefile @@ -2,6 +2,7 @@ PORTNAME= cups-cloud-print PORTVERSION= 20140814.3 +PORTREVISION= 1 CATEGORIES= print MAINTAINER= ports@FreeBSD.org @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client RUN_DEPENDS= cancel:${PORTSDIR}/print/cups-base \ - ${PYTHON_PKGNAMEPREFIX}cups>0:${PORTSDIR}/print/py-cups \ + ${PYTHON_PKGNAMEPREFIX}pycups>0:${PORTSDIR}/print/py-pycups \ bash:${PORTSDIR}/shells/bash \ ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 |