summaryrefslogtreecommitdiff
path: root/archivers/lzop
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lzop')
-rw-r--r--archivers/lzop/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile
index 09b9fd445f8..0290eb309fd 100644
--- a/archivers/lzop/Makefile
+++ b/archivers/lzop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/06/11 06:34:17 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2001/07/16 09:58:10 jlam Exp $
#
DISTNAME= lzop-1.00
@@ -9,9 +9,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzop.html
COMMENT= Fast file compressor similar to gzip, using the LZO library
-DEPENDS= liblzo-*:../../archivers/liblzo
-
-GNU_CONFIGURE= YES
-CPPFLAGS+= -I${PREFIX}/include
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+.include "../../archivers/liblzo/buildlink.mk"
.include "../../mk/bsd.pkg.mk"