summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-12-28 23:14:09 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-12-28 23:14:09 +0800
commit2f621c2329890ce9307965e71bda791a2b212033 (patch)
treed7e8d997716109b2527f85edd6f172e74abf4b8f /security
parent64de49dd44784ad18e8eab76f4ced1e1c410a4df (diff)
downloadmarcuscom-ports-2f621c2329890ce9307965e71bda791a2b212033.tar
marcuscom-ports-2f621c2329890ce9307965e71bda791a2b212033.tar.gz
marcuscom-ports-2f621c2329890ce9307965e71bda791a2b212033.tar.bz2
marcuscom-ports-2f621c2329890ce9307965e71bda791a2b212033.tar.lz
marcuscom-ports-2f621c2329890ce9307965e71bda791a2b212033.tar.xz
marcuscom-ports-2f621c2329890ce9307965e71bda791a2b212033.tar.zst
marcuscom-ports-2f621c2329890ce9307965e71bda791a2b212033.zip
Fix the build after recent python reshuffle.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18969 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r--security/libpwquality/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/libpwquality/Makefile b/security/libpwquality/Makefile
index d5c5789b5..104e6d5dd 100644
--- a/security/libpwquality/Makefile
+++ b/security/libpwquality/Makefile
@@ -36,4 +36,8 @@ CONFIGURE_ARGS+=--disable-python-bindings
PLIST_SUB+= PYTHON="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|python setup.py build|${PYTHON_VERSION} setup.py build|g' \
+ ${WRKSRC}/python/Makefile.in
+
.include <bsd.port.mk>