From ff2194e781d1836e61a5c38a0bcacd49b1879055 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 10 Apr 2004 19:05:36 +0000 Subject: Make xmill build and run in Linux by adding zlib and bzip2 dependencies. --- archivers/xmill/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'archivers/xmill') diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index 0218c5430f7..34ff16edfc9 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/03/29 05:14:27 ben Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/10 19:05:36 ben Exp $ DISTNAME= xmill-0.9.1 CATEGORIES= archivers @@ -10,6 +10,7 @@ COMMENT= Specialized compressor for XML USE_GNU_TOOLS+= make MAKEFILE= makefile +USE_BUILDLINK3= yes RESTRICTED= "Redistribution not permitted" NO_SRC_ON_FTP= ${RESTRICTED} @@ -33,4 +34,6 @@ do-install: ${WRKSRC}/unix/xmilltest \ ${PREFIX}/bin +.include "../../archivers/bzip2/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3