diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-28 02:29:05 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-28 02:29:05 +0000 |
commit | d58e586ca6099b8d3dea5d392336560beeee4790 (patch) | |
tree | 970ec0cd337a17f371611684856a7517d13be98b /devel/ucl | |
parent | 1de4dc5efe9918675c89f33ad076a4b77117022c (diff) | |
download | pkgsrc-d58e586ca6099b8d3dea5d392336560beeee4790.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'devel/ucl')
-rw-r--r-- | devel/ucl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ucl/Makefile b/devel/ucl/Makefile index 24917458843..3160238e8fe 100644 --- a/devel/ucl/Makefile +++ b/devel/ucl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/21 04:04:59 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/07/28 02:29:05 minskim Exp $ # DISTNAME= ucl-1.02 @@ -9,6 +9,8 @@ MAINTAINER= cjep@NetBSD.org HOMEPAGE= http://www.oberhumer.com/opensource/ucl/ COMMENT= Portable lossless data compression library +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES |