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 | 75112c2901b21e5276d6a143aa8034600e0b840d (patch) | |
tree | 970ec0cd337a17f371611684856a7517d13be98b | |
parent | 3e2ae950bb6a7c75fa00eafa46bce5ac8d2da372 (diff) | |
download | pkgsrc-75112c2901b21e5276d6a143aa8034600e0b840d.tar.gz |
Enable pkgviews installation.
-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 |