summaryrefslogtreecommitdiff
path: root/archivers/liblzo
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/liblzo')
-rw-r--r--archivers/liblzo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile
index 346ba489d5a..c1323962a61 100644
--- a/archivers/liblzo/Makefile
+++ b/archivers/liblzo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/10/03 00:13:04 tv Exp $
+# $NetBSD: Makefile,v 1.18 2004/12/09 18:56:53 jlam Exp $
#
DISTNAME= lzo-1.08
@@ -19,6 +19,6 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
# Don't spuriously detect zlib, as it's not needed for the library.
-CONFIGURE_ENV+= ac_cv_lib_z_gzputs=no
+BUILDLINK_TRANSFORM+= rm:-lz
.include "../../mk/bsd.pkg.mk"