diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-07-28 22:07:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-07-28 22:07:04 +0800 |
commit | 1b33921919e9fe25a5dc8dd45f8a80dd21792330 (patch) | |
tree | 526a2b75847c3ef80fdf269b1a4759d09f40129f /graphics/uniconvertor/Makefile | |
parent | 7568375226281ab416adb62d3c7f5696c274637e (diff) | |
download | freebsd-ports-gnome-1b33921919e9fe25a5dc8dd45f8a80dd21792330.tar.gz freebsd-ports-gnome-1b33921919e9fe25a5dc8dd45f8a80dd21792330.tar.zst freebsd-ports-gnome-1b33921919e9fe25a5dc8dd45f8a80dd21792330.zip |
- Update to 1.1.3
Approved by: miwi (mentor implicit)
Diffstat (limited to 'graphics/uniconvertor/Makefile')
-rw-r--r-- | graphics/uniconvertor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/uniconvertor/Makefile b/graphics/uniconvertor/Makefile index 22efb909baed..dfbebe5b8cb9 100644 --- a/graphics/uniconvertor/Makefile +++ b/graphics/uniconvertor/Makefile @@ -6,8 +6,7 @@ # PORTNAME= uniconvertor -PORTVERSION= 1.1.2 -PORTREVISION= 2 +PORTVERSION= 1.1.3 CATEGORIES= graphics python MASTER_SITES= http://sk1project.org/downloads/uniconvertor/v${PORTVERSION}/ \ http://www.amdmi3.ru/distfiles/ @@ -15,7 +14,8 @@ MASTER_SITES= http://sk1project.org/downloads/uniconvertor/v${PORTVERSION}/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Universal vector graphics translator -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 CONFLICTS= yudit-[0-9]* |