diff options
author | ben <ben@pkgsrc.org> | 2004-04-10 19:05:36 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-04-10 19:05:36 +0000 |
commit | 7240956d7fd30985d41d949f631559414fbb43be (patch) | |
tree | 989a354d59e8284d3bb2a9b1d141ad7930c1c9f3 /archivers/xmill | |
parent | e8627c00bb8165a298e6d7f17271ec840ae39eb0 (diff) | |
download | pkgsrc-7240956d7fd30985d41d949f631559414fbb43be.tar.gz |
Make xmill build and run in Linux by adding zlib and bzip2 dependencies.
Diffstat (limited to 'archivers/xmill')
-rw-r--r-- | archivers/xmill/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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" |