diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-08 22:30:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-08 22:30:55 +0000 |
commit | 81100672d4de2795c4284cf568383d48955cbdcb (patch) | |
tree | 47e3d403298c2fd50b0ec056f62df5c31925decb /textproc/skim | |
parent | 6d138c2d46f8ea88c939a76298099dbcf07491af (diff) |
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
Notes
Notes:
svn path=/head/; revision=235453
Diffstat (limited to 'textproc/skim')
-rw-r--r-- | textproc/skim/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index b88ea663fb7a..0ee10cbff643 100644 --- a/textproc/skim/Makefile +++ b/textproc/skim/Makefile @@ -34,6 +34,10 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ .include <bsd.port.pre.mk> +.if ${PYTHON_REL} > 250 +BROKEN= Doesn't build with ${PYTHON_VERSION} +.endif + post-patch: ${REINPLACE_CMD} s,bash,sh,g ${WRKSRC}/src/scim-panel-kde.in |