From df1a55d22d207bb59924311484fb3ac3ffe2991c Mon Sep 17 00:00:00 2001 From: dsainty Date: Tue, 28 Feb 2006 02:45:12 +0000 Subject: libtasn1-0.2.18 uses makeinfo at build time, so declare USE_MAKEINFO. Without this the package build fails (on my system). I haven't bothered to bump the PKGREVISION on the assumption that this doesn't actually change the end result of a successful build, it just fixes the build for (a select subset of?) people where previously it would fail to build. --- security/libtasn1/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index b2ba9056940..32ce4c94b58 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/02/10 12:39:25 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2006/02/28 02:45:12 dsainty Exp $ DISTNAME= libtasn1-0.2.18 CATEGORIES= security devel @@ -14,6 +14,7 @@ COMMENT= ASN.1 structure parser library PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes +USE_MAKEINFO= yes GNU_CONFIGURE= yes TEST_TARGET= check -- cgit v1.2.3