diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 08:50:17 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 08:50:17 +0000 |
commit | e1555011ab42870150513585c13b3a273e4bf53b (patch) | |
tree | 75814c6755c8e7b9ed02c4c7bd60001370cbdfbd /databases/py-python-rrdtool | |
parent | - Convert ports from cad/, chinese/, comms/ and converters/ to new (diff) |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'databases/py-python-rrdtool')
-rw-r--r-- | databases/py-python-rrdtool/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/py-python-rrdtool/Makefile b/databases/py-python-rrdtool/Makefile index a749f1c8f8d4..057b90294ea6 100644 --- a/databases/py-python-rrdtool/Makefile +++ b/databases/py-python-rrdtool/Makefile @@ -13,11 +13,9 @@ LICENSE= LGPL3 LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool -USES= pkgconfig +USES= pkgconfig python USE_GNOME= cairo glib20 libxml2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USE_PYTHON= distutils autoplist LDFLAGS+= -L${LOCALBASE}/lib |