diff options
author | jperkin <jperkin> | 2016-02-25 14:42:55 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2016-02-25 14:42:55 +0000 |
commit | f1697a224cedcdc49c0b0c99b16590aee26322ce (patch) | |
tree | 0285cf003fd624dc16685552fba2f200571a98ff /lang/tcl | |
parent | 8d607a3b455d084927ca49c01d40744cc95d9a66 (diff) | |
download | pkgsrc-f1697a224cedcdc49c0b0c99b16590aee26322ce.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'lang/tcl')
-rw-r--r-- | lang/tcl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index d2d40dde0fc..e583c899337 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2016/02/19 15:15:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.88 2016/02/25 14:42:57 jperkin Exp $ DISTNAME= tcl${TCL_VERSION}-src PKGNAME= tcl-${TCL_VERSION} @@ -36,9 +36,7 @@ TEST_TARGET= test CONFIGURE_ARGS+= --enable-64bit .endif -.if ${OPSYS} == "NetBSD" -CONFIGURE_ARGS+= ac_cv_func_gethostbyname_r=no -.endif +CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyname_r=no SUBST_CLASSES+= tcl-config SUBST_STAGE.tcl-config= post-build |