diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:34:16 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:34:16 +0000 |
commit | f2bc62817c9de4849e2db9a0aa4080e4eab79582 (patch) | |
tree | a7e50dd73dc7ead9ad2d40f5703bd8fd2030662c /archivers/libcomprex | |
parent | a61518dd7bd424ff8c24da1721509960be33e719 (diff) | |
download | pkgsrc-f2bc62817c9de4849e2db9a0aa4080e4eab79582.tar.gz |
USE_PKGLOCALEDIR
Diffstat (limited to 'archivers/libcomprex')
-rw-r--r-- | archivers/libcomprex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 308321ff89e..4cefcede162 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/11/18 16:22:13 cjep Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/10 07:34:16 cjep Exp $ # DISTNAME= libcomprex-0.3.2 @@ -9,7 +9,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnupdate.org/components/libcomprex/index.xml COMMENT= Library to handle (de)compression of files -USE_BUILDLINK2= YES +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE=${WRKSRC}/libtool |