diff options
author | tnn <tnn@pkgsrc.org> | 2020-05-01 14:11:16 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-05-01 14:11:16 +0000 |
commit | 54fc78f97d8ce98164b82958c1efd6baa4ccdd97 (patch) | |
tree | 585ce4dc8557308e9317719a718c78b47422b6ff /lang | |
parent | a36ad3e51225a7546c96f4fe4d86eba299847e2b (diff) | |
download | pkgsrc-54fc78f97d8ce98164b82958c1efd6baa4ccdd97.tar.gz |
really drop bsd.prefs.mk include
Diffstat (limited to 'lang')
-rw-r--r-- | lang/go113/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/go113/Makefile b/lang/go113/Makefile index 027426b8d80..b3bc36959cf 100644 --- a/lang/go113/Makefile +++ b/lang/go113/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/05/01 14:09:15 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2020/05/01 14:11:16 tnn Exp $ .include "../../lang/go/version.mk" .include "../../lang/go/bootstrap.mk" @@ -78,8 +78,6 @@ CHECK_INTERPRETER_SKIP+= go${GOVERSSUFFIX}/src/run.rc PLIST_SUBST+= GOVERSSUFFIX=${GOVERSSUFFIX} -.include "../../mk/bsd.prefs.mk" - PLIST_VARS+= pty route .if ${OPSYS} != "SunOS" |