diff options
author | snj <snj@pkgsrc.org> | 2004-04-21 04:04:59 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-21 04:04:59 +0000 |
commit | 9ca090d82153dc27cd3813518a3acfc02f773f7c (patch) | |
tree | 195edeee535187ef1cf4b891b3f9f7182e91427e /devel/ucl | |
parent | f2973b91374717a69846be21c549fc349ab9606c (diff) | |
download | pkgsrc-9ca090d82153dc27cd3813518a3acfc02f773f7c.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'devel/ucl')
-rw-r--r-- | devel/ucl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ucl/Makefile b/devel/ucl/Makefile index 3b7e0038aca..24917458843 100644 --- a/devel/ucl/Makefile +++ b/devel/ucl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/03/22 23:42:51 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/21 04:04:59 snj Exp $ # DISTNAME= ucl-1.02 @@ -9,7 +9,7 @@ MAINTAINER= cjep@NetBSD.org HOMEPAGE= http://www.oberhumer.com/opensource/ucl/ COMMENT= Portable lossless data compression library -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-shared=yes |