diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-23 10:35:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-23 10:35:30 +0000 |
commit | 836c0508ca947f7456543865803d0a0e4293808f (patch) | |
tree | e864b2b22f737eaf7ba6cca843cf5bd2c7a9098c /graphics/uniconvertor | |
parent | 90d5ea14d13b94a9dc1b8a653bf5f5eff490a51b (diff) | |
download | ports-836c0508ca947f7456543865803d0a0e4293808f.tar.gz ports-836c0508ca947f7456543865803d0a0e4293808f.zip |
Notes
Diffstat (limited to 'graphics/uniconvertor')
-rw-r--r-- | graphics/uniconvertor/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/uniconvertor/Makefile b/graphics/uniconvertor/Makefile index 20d0123bcd73..22efb909baed 100644 --- a/graphics/uniconvertor/Makefile +++ b/graphics/uniconvertor/Makefile @@ -7,7 +7,7 @@ PORTNAME= uniconvertor PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= http://sk1project.org/downloads/uniconvertor/v${PORTVERSION}/ \ http://www.amdmi3.ru/distfiles/ @@ -15,6 +15,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 + CONFLICTS= yudit-[0-9]* USE_PYTHON= yes |