summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-25 18:20:06 +0000
committerminskim <minskim@pkgsrc.org>2004-02-25 18:20:06 +0000
commit2333b63720fe047d1d4c3eb18bce0d74ceee2f9f (patch)
tree0a7c265ddd40f12d681df7a98eb3e7b942f0fd3d /archivers
parent3976305efbf7140f301131b404cc1a067edc4495 (diff)
downloadpkgsrc-2333b63720fe047d1d4c3eb18bce0d74ceee2f9f.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/liblzo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile
index f53cc68de22..16f3e29de9e 100644
--- a/archivers/liblzo/Makefile
+++ b/archivers/liblzo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/02/14 17:21:32 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2004/02/25 18:23:13 minskim Exp $
#
DISTNAME= lzo-1.08
@@ -11,6 +11,8 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
COMMENT= Portable lossless data compression library written in ANSI C
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES