pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/dar Make this package use buildlink3 framewo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e38621af386
branches:  trunk
changeset: 471748:5e38621af386
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Mar 30 18:56:50 2004 +0000

description:
Make this package use buildlink3 framework, and add dependencies on
bzip2 and zlib.  Bump PKGREVISION.

diffstat:

 archivers/dar/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 4b9c3b5a1159 -r 5e38621af386 archivers/dar/Makefile
--- a/archivers/dar/Makefile    Tue Mar 30 18:56:15 2004 +0000
+++ b/archivers/dar/Makefile    Tue Mar 30 18:56:50 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2004/02/10 05:22:47 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/30 18:56:50 minskim Exp $
 #
 
 DISTNAME=      dar-2.0.2
+PKGREVISION=   1
 CATEGORIES=    archivers sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=dar/}
 
@@ -9,12 +10,16 @@
 HOMEPAGE=      http://dar.linux.free.fr/
 COMMENT=       Disk archiver
 
+USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         yes
 
 CONFIGURE_ARGS+=       --disable-nodump-flag
 CONFIGURE_ARGS+=       --disable-dar-static
 CONFIGURE_ARGS+=       --enable-examples
 
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+
 post-patch:
        ${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
                < ${WRKSRC}/doc/Makefile.in > ${WRKSRC}/doc/Makefile.in.tmp



Home | Main Index | Thread Index | Old Index