diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-09 06:30:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-09 06:30:55 +0800 |
commit | ad6dcb178b410931b8a584938b44fc4da53756f8 (patch) | |
tree | 8ce0d77d48a49a1635170171ab0c9ebe5244ee5c /textproc/skim | |
parent | e4a324dde12b05e8afc0511401cb97ac0ae57582 (diff) | |
download | freebsd-ports-gnome-ad6dcb178b410931b8a584938b44fc4da53756f8.tar.gz freebsd-ports-gnome-ad6dcb178b410931b8a584938b44fc4da53756f8.tar.zst freebsd-ports-gnome-ad6dcb178b410931b8a584938b44fc4da53756f8.zip |
- 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
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 |