summaryrefslogtreecommitdiff
path: root/archivers/xmill
diff options
context:
space:
mode:
authorben <ben>2004-04-10 19:05:36 +0000
committerben <ben>2004-04-10 19:05:36 +0000
commitff2194e781d1836e61a5c38a0bcacd49b1879055 (patch)
tree989a354d59e8284d3bb2a9b1d141ad7930c1c9f3 /archivers/xmill
parente0c5a9af281630a68a1c10fa343ee9436a713c8e (diff)
downloadpkgsrc-ff2194e781d1836e61a5c38a0bcacd49b1879055.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/Makefile5
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"