pkgsrc-WIP-changes archive

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

fuse-squashfuse: Require lzo, xz, zlib



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Mar 10 11:23:18 2017 +0100
Changeset:	8596d76b752b84874d323a0fe05f730ad6bcf044

Modified Files:
	fuse-squashfuse/Makefile

Log Message:
fuse-squashfuse: Require lzo, xz, zlib

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8596d76b752b84874d323a0fe05f730ad6bcf044

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fuse-squashfuse/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/fuse-squashfuse/Makefile b/fuse-squashfuse/Makefile
index 058701bcc2..3d96f5d4fe 100644
--- a/fuse-squashfuse/Makefile
+++ b/fuse-squashfuse/Makefile
@@ -18,5 +18,8 @@ USE_TOOLS+=	automake autoconf autoreconf
 pre-configure:
 	cd ${WRKSRC} && autoreconf -fiv
 
+.include "../../archivers/lzo/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/fuse.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index