diff core/mandoc/mandoc.sh @ 573:e1b73f64408d

compression/zlib: rename from lib/zlib
author David Demelier <markand@malikania.fr>
date Mon, 08 Jul 2019 20:10:00 +0200
parents bad483aace64
children 25cecc6dca48
line wrap: on
line diff
--- a/core/mandoc/mandoc.sh	Mon Jul 08 20:05:00 2019 +0200
+++ b/core/mandoc/mandoc.sh	Mon Jul 08 20:10:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="ISC BSD2CLAUSE BSD3CLAUSE"
 PKGSUMMARY="UNIX manpage compiler"
 PKGDOWNLOAD="http://mandoc.bsd.lv/snapshots/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS="lib/zlib"
+PKGDEPENDS="compression/zlib"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}