summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-11-23 06:13:12 +0000
committertv <tv@pkgsrc.org>2004-11-23 06:13:12 +0000
commit78f53c0b5930d3b0c9152175c4b58c28db4c0b0f (patch)
tree9c2f03f7bae1a86d3ab696515494679b995cdde9 /archivers
parentb72e03c8a5d8629bcc5cf81f8a2e66ca30dce659 (diff)
downloadpkgsrc-78f53c0b5930d3b0c9152175c4b58c28db4c0b0f.tar.gz
nb1: This has been depending on bzip2 all along, but UsE_BUILDLINK3 was
never set, so the dependency wasn't seen. bl3ify and add bl3 include.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rzip/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/rzip/Makefile b/archivers/rzip/Makefile
index 479f6a9106a..89400836a4e 100644
--- a/archivers/rzip/Makefile
+++ b/archivers/rzip/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/08/29 15:29:04 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/23 06:13:12 tv Exp $
# FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp
#
DISTNAME= rzip-2.0
+PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://rzip.samba.org/ftp/rzip/
@@ -11,10 +12,12 @@ HOMEPAGE= http://rzip.samba.org/
COMMENT= Create or extract .rz files, like gzip but smaller
GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
post-install:
${LN} -f ${PREFIX}/bin/rzip ${PREFIX}/bin/runzip
${RM} -f ${PREFIX}/man/man1/runzip.1
${LN} -s ${PREFIX}/man/man1/rzip.1 ${PREFIX}/man/man1/runzip.1
+.include "../../archivers/bzip2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"