From 898316795df9284b500212cb416ad7879f01e2dc Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 25 Feb 2005 15:23:24 +0000 Subject: Work around broken dependency handling by explicitly setting timezone to UTC. Fixes PR 29530. --- security/gnutls/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/gnutls') diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 4561df0a4a8..3bd926fe893 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/02/19 00:14:23 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2005/02/25 15:23:24 wiz Exp $ DISTNAME= gnutls-1.2.0 CATEGORIES= security devel @@ -28,6 +28,7 @@ BUILDLINK_DEPENDS.opencdk= opencdk>=0.5.5 BUILDLINK_DEPENDS.libtasn1= libtasn1>=0.2.11 MAKE_ENV+= RM="${RM}" +MAKE_ENV+= TZ=UTC DOCDIR= ${PREFIX}/share/doc/gnutls EGDIR= ${PREFIX}/share/examples/gnutls -- cgit v1.2.3