diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-19 22:07:31 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-19 22:07:31 +0000 |
commit | bd93642ce3b0f384a44ab9a2c8befcdeda4e1711 (patch) | |
tree | 6ce8162f6e9849b70818808a8418d068b9f72dfd /editors/koffice-kde4/Makefile | |
parent | FC->F77, regression test now works. (diff) |
Fix build with python26
Notes
Notes:
svn path=/head/; revision=234238
Diffstat (limited to 'editors/koffice-kde4/Makefile')
-rw-r--r-- | editors/koffice-kde4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index d6361464b759..7f7fdf9deef0 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/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> |