ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit 84afe669e3c2457b93c3b031073416d8bda5ba0d
parent 4fea1a9057004c406c037249d7cb9e8d0fbdf0a4
Author: sin <sin@2f30.org>
Date:   Tue, 10 Jun 2014 14:49:45 +0100

We need to link against zlib for pkgtools

Diffstat:
Mpkgtools/pkgtools.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgtools/pkgtools.mk b/pkgtools/pkgtools.mk @@ -1,5 +1,5 @@ TARG = pkgtools -DEPS = libarchive +DEPS = libarchive zlib <$mkbuild/mk.common-noinst