diff options
author | joerg <joerg@pkgsrc.org> | 2019-12-19 22:11:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2019-12-19 22:11:51 +0000 |
commit | e0cf9f27da406cebf162b7443fbce8ccd8bdbef8 (patch) | |
tree | b2ea75c67899d639ba9c6941bb7926b7a96397b1 | |
parent | 7bf67b4ef3d874dfba93cb9c5bce701ad0c76de7 (diff) | |
download | pkgsrc-e0cf9f27da406cebf162b7443fbce8ccd8bdbef8.tar.gz |
Needs docbook-xsl.
-rw-r--r-- | devel/deforaos-libsystem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/deforaos-libsystem/Makefile b/devel/deforaos-libsystem/Makefile index 3a028c1418c..fbc0ad8b638 100644 --- a/devel/deforaos-libsystem/Makefile +++ b/devel/deforaos-libsystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/10/16 13:06:01 nia Exp $ +# $NetBSD: Makefile,v 1.23 2019/12/19 22:11:51 joerg Exp $ # DISTNAME= libSystem-0.4.2 @@ -12,6 +12,7 @@ COMMENT= DeforaOS core system library LICENSE= 2-clause-bsd TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt +BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl MAKE_FLAGS+= PREFIX=${PREFIX} MAKE_FLAGS+= DESTDIR=${DESTDIR} |