aboutsummaryrefslogtreecommitdiff
path: root/editors/koffice-kde3/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-05-19 22:07:31 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-05-19 22:07:31 +0000
commitbd93642ce3b0f384a44ab9a2c8befcdeda4e1711 (patch)
tree6ce8162f6e9849b70818808a8418d068b9f72dfd /editors/koffice-kde3/Makefile
parentc8c4775482348bb7cb443f097a2f15099f447f26 (diff)
downloadports-bd93642ce3b0f384a44ab9a2c8befcdeda4e1711.tar.gz
ports-bd93642ce3b0f384a44ab9a2c8befcdeda4e1711.zip
Fix build with python26
Notes
Notes: svn path=/head/; revision=234238
Diffstat (limited to 'editors/koffice-kde3/Makefile')
-rw-r--r--editors/koffice-kde3/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile
index d6361464b759..7f7fdf9deef0 100644
--- a/editors/koffice-kde3/Makefile
+++ b/editors/koffice-kde3/Makefile
@@ -50,4 +50,7 @@ CONFIGURE_ARGS+=--with-pgsqlincdir=${LOCALBASE}/include \
--with-pqxx-includes=${LOCALBASE}/include \
--with-pqxx-libraries=${LOCALBASE}/lib
+post-patch:
+ ${REINPLACE_CMD} -e 's|%%PYTHON_VER%%|${PYTHON_VER}|g' ${WRKSRC}/configure
+
.include <bsd.port.mk>