diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-13 07:43:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-13 07:43:50 +0800 |
commit | a0e07c80df0c4cc02be8eac9c89fa21325aeb33e (patch) | |
tree | 7058f2db9cae7f106b566a30662dff6325715135 /print | |
parent | b311a4ea445f7a3a0961a61161782f3b9fed8b4a (diff) | |
download | freebsd-ports-gnome-a0e07c80df0c4cc02be8eac9c89fa21325aeb33e.tar.gz freebsd-ports-gnome-a0e07c80df0c4cc02be8eac9c89fa21325aeb33e.tar.zst freebsd-ports-gnome-a0e07c80df0c4cc02be8eac9c89fa21325aeb33e.zip |
- Move ftp/py-curl to ftp/py-pycurl
- Bump PORTREVISION for dependent ports
Diffstat (limited to 'print')
-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 0981975e324d..d77f9f21cba2 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= 1 +PORTREVISION= 2 CATEGORIES= print gnome MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/ @@ -14,7 +14,7 @@ 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-pycups \ - ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ + ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-pycurl \ ${LOCALBASE}/libexec/cups-pk-helper-mechanism:${PORTSDIR}/print/cups-pk-helper # 1.5 series is python3 ignore them for now. |