diff options
author | garga <garga@FreeBSD.org> | 2005-10-01 02:02:20 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-01 02:02:20 +0800 |
commit | ad9b6031e80bec479bd75c9750b49c54fcf6ef07 (patch) | |
tree | 4af4354198c168b83258de2c1e7a6351409b3fd1 | |
parent | 2934476eadd25af9cac1d80ce784be4f2423205e (diff) | |
download | freebsd-ports-gnome-ad9b6031e80bec479bd75c9750b49c54fcf6ef07.tar.gz freebsd-ports-gnome-ad9b6031e80bec479bd75c9750b49c54fcf6ef07.tar.zst freebsd-ports-gnome-ad9b6031e80bec479bd75c9750b49c54fcf6ef07.zip |
- Add py-gdchart2 to CONFLICTS
-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 8eaae421091f..f68445f4259d 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 |