From d798c1c3a8a5b40a751fd7990b150c98f500a71c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 11 Jan 2018 15:10:04 +0100 Subject: [PATCH] schilytools: make meta-package depend on subpackages. --- srcpkgs/schilytools/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/schilytools/template b/srcpkgs/schilytools/template index eec0a3db93d..e56c1d8fa5e 100644 --- a/srcpkgs/schilytools/template +++ b/srcpkgs/schilytools/template @@ -6,6 +6,7 @@ short_desc="Schily's portable tools" maintainer="Leah Neukirchen " license="CDDL-1.0" makedepends="e2fsprogs-devel" +depends="sccs sdd sfind smake star" homepage="https://sourceforge.net/projects/schilytools/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/schily-${version//./-}.tar.bz2" wrksrc="schily-${version//./-}"