diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-20 09:13:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-20 09:13:37 +0000 |
commit | 74e448a67cba4f9f0b7637a80fa37e74caf01b13 (patch) | |
tree | aefc454415c388295f127d2978390a82f5f1036d /lang/python34/Makefile | |
parent | d3ad1eb48aca883c5146e99bde96035a3669f308 (diff) | |
download | pkgsrc-74e448a67cba4f9f0b7637a80fa37e74caf01b13.tar.gz |
Remove probably incomplete Interix support. I don't think anyone
tried this in the last X > 5 years. If I'm incorrect, let me know.
(trying to reduce diffs to upstream).
Diffstat (limited to 'lang/python34/Makefile')
-rw-r--r-- | lang/python34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python34/Makefile b/lang/python34/Makefile index bf06bac0e00..eb1984b4b5f 100644 --- a/lang/python34/Makefile +++ b/lang/python34/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/05/20 08:59:31 wen Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/20 09:13:37 wiz Exp $ .include "dist.mk" @@ -48,7 +48,7 @@ LIBS.SunOS+= -lrt PY_VER_SUFFIX= 3.4 -.if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" +.if ${OPSYS} == "Darwin" PY_PLATNAME= ${LOWER_OPSYS} USE_TOOLS+= gmake .elif ${OPSYS} == "IRIX" |