diff options
author | garga <garga@FreeBSD.org> | 2005-09-30 18:02:20 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-09-30 18:02:20 +0000 |
commit | ad9b6031e80bec479bd75c9750b49c54fcf6ef07 (patch) | |
tree | 4af4354198c168b83258de2c1e7a6351409b3fd1 /graphics/py-gdchart | |
parent | 2934476eadd25af9cac1d80ce784be4f2423205e (diff) | |
download | FreeBSD-ports-ad9b6031e80bec479bd75c9750b49c54fcf6ef07.zip FreeBSD-ports-ad9b6031e80bec479bd75c9750b49c54fcf6ef07.tar.gz |
- Add py-gdchart2 to CONFLICTS
Diffstat (limited to 'graphics/py-gdchart')
-rw-r--r-- | graphics/py-gdchart/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 8eaae42..f68445f 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -17,6 +17,8 @@ COMMENT= Python interface to GDChart LIB_DEPENDS= gdc.1:${PORTSDIR}/graphics/gdchart +CONFLICTS= ${PYTHON_PKGNAMEPREFIX}gdchart-2.* + USE_PYTHON= yes USE_PYDISTUTILS=yes EXAMPLE_FILES= test.html test.py |