pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/xmill Make xmill build and run in Linux by a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f62add56a86
branches:  trunk
changeset: 472433:4f62add56a86
user:      ben <ben%pkgsrc.org@localhost>
date:      Sat Apr 10 19:05:36 2004 +0000

description:
Make xmill build and run in Linux by adding zlib and bzip2 dependencies.

diffstat:

 archivers/xmill/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 613922e019c8 -r 4f62add56a86 archivers/xmill/Makefile
--- a/archivers/xmill/Makefile  Sat Apr 10 17:09:39 2004 +0000
+++ b/archivers/xmill/Makefile  Sat Apr 10 19:05:36 2004 +0000
@@ -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 @@
 
 USE_GNU_TOOLS+=                make
 MAKEFILE=              makefile
+USE_BUILDLINK3=                yes
 
 RESTRICTED=            "Redistribution not permitted"
 NO_SRC_ON_FTP=         ${RESTRICTED}
@@ -33,4 +34,6 @@
                ${WRKSRC}/unix/xmilltest \
                ${PREFIX}/bin
 
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index