diff options
Diffstat (limited to 'archivers/libcomprex/Makefile')
-rw-r--r-- | archivers/libcomprex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 9cc67cb8e38..b3a8b3cc87c 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:32 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/19 10:59:28 wiz Exp $ # DISTNAME= libcomprex-0.3.2 @@ -9,10 +9,10 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnupdate.org/components/libcomprex/index.xml COMMENT= Library to handle (de)compression of files -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES -.include "../../www/curl/buildlink2.mk" +.include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |