From f4fcb9a89cf12fcf74bda0bfe8de691151bedede Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Mon, 25 Nov 2013 14:15:32 +0000 Subject: [PATCH] databases/rrdtool: fix build with python module --- databases/rrdtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 64674699a417..a6131d741cf8 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -46,7 +46,7 @@ RUBY_MODULE_DESC= Build RUBY bindings .if ${PORT_OPTIONS:MPYTHON_MODULE} USE_PYTHON= yes INSTALLS_EGGINFO=yes -PYDISTUTILS_EGGINFO=py_rrdtool-0.2.1-${PYTHON_VERSION:S/thon//}.egg-info +PYDISTUTILS_EGGINFO=py_rrdtool-0.2.2-${PYTHON_VERSION:S/thon//}.egg-info .include "${PORTSDIR}/Mk/bsd.python.mk" PLIST_SUB+= WITH_PYTHON="" CONFIGURE_ARGS+= --enable-python