summaryrefslogtreecommitdiff
path: root/archivers/dact
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-11 18:03:49 +0000
committerxtraeme <xtraeme>2004-03-11 18:03:49 +0000
commit33ff39ea85eccafc7cf262da1b28013dc80a437c (patch)
treecbbe33a27ca8ed9a1766ae778dd6daf92ed9dfa4 /archivers/dact
parente259f81e023e2426dd702c1ae9a6ee49761c446c (diff)
downloadpkgsrc-33ff39ea85eccafc7cf262da1b28013dc80a437c.tar.gz
bl3ify
Diffstat (limited to 'archivers/dact')
-rw-r--r--archivers/dact/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile
index 76b9c320d9c..3a21260c62b 100644
--- a/archivers/dact/Makefile
+++ b/archivers/dact/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/22 07:18:43 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/11 18:03:49 xtraeme Exp $
#
DISTNAME= dact-0.8.3
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.rkeene.org/devel/dact/
COMMENT= Dynamic adaptive compression tool
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_GNU_TOOLS+= make
@@ -19,6 +19,6 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dact
-.include "../../archivers/bzip2/buildlink2.mk"
-.include "../../devel/zlib/buildlink2.mk"
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"