diff options
author | dsainty <dsainty@pkgsrc.org> | 2006-02-28 02:45:12 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2006-02-28 02:45:12 +0000 |
commit | df1a55d22d207bb59924311484fb3ac3ffe2991c (patch) | |
tree | 8c0c21fe568eed754794d1eeeb99c59677604b34 | |
parent | 4d91f793ed877d5b6631a3642d99d2053d3caabd (diff) | |
download | pkgsrc-df1a55d22d207bb59924311484fb3ac3ffe2991c.tar.gz |
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.
-rw-r--r-- | security/libtasn1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |