diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-05-30 17:04:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-05-30 17:04:52 +0000 |
commit | 5f4ba1d598dc65e692fa82658aaabb38a5d8334a (patch) | |
tree | 2b0e91b91603277d07ad686dc678746c31bfad0a /graphics/uniconvertor | |
parent | 8935edfc51e0c6538172d35eab4d61257c63ff32 (diff) |
Add a CONFLICTS on netatalk.
PR: 145724
Notes
Notes:
svn path=/head/; revision=255327
Diffstat (limited to 'graphics/uniconvertor')
-rw-r--r-- | graphics/uniconvertor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/uniconvertor/Makefile b/graphics/uniconvertor/Makefile index dd80287cef5f..0b4d428562b2 100644 --- a/graphics/uniconvertor/Makefile +++ b/graphics/uniconvertor/Makefile @@ -18,7 +18,7 @@ COMMENT= Universal vector graphics translator RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 -CONFLICTS= yudit-[0-9]* +CONFLICTS= yudit-[0-9]* netatalk-[0-9]* USE_PYTHON= yes USE_PYDISTUTILS=yes |