diff options
Diffstat (limited to 'devel/distcc-pump/Makefile')
-rw-r--r-- | devel/distcc-pump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/distcc-pump/Makefile b/devel/distcc-pump/Makefile index ba45d7f82ad..b4f2eb55f63 100644 --- a/devel/distcc-pump/Makefile +++ b/devel/distcc-pump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:38 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:30 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-pump-/:S/rc1//} COMMENT= Accelerated remote compilation with distcc @@ -6,7 +6,7 @@ COMMENT= Accelerated remote compilation with distcc .include "../../devel/distcc/Makefile.common" PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.1 # check patch-ae for build and install targets BUILD_TARGET= pump include-server |