diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-25 18:20:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-25 18:20:06 +0000 |
commit | 46f1c1b0e8113e989a3c68f030ed2af5bfd65f93 (patch) | |
tree | 0a7c265ddd40f12d681df7a98eb3e7b942f0fd3d /security/libtasn1 | |
parent | 80254b56a87a573c753c078e281b4d6ffaccd5d6 (diff) | |
download | pkgsrc-46f1c1b0e8113e989a3c68f030ed2af5bfd65f93.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'security/libtasn1')
-rw-r--r-- | security/libtasn1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 3a5cb10eeba..fd500a28202 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/14 17:21:52 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/25 18:25:02 minskim Exp $ DISTNAME= libtasn1-0.2.6 CATEGORIES= security devel @@ -8,6 +8,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnutls.org/ COMMENT= ASN.1 structure parser library +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES |