pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deforaos-libsystem



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Oct 16 13:06:01 UTC 2019

Modified Files:
        pkgsrc/devel/deforaos-libsystem: Makefile

Log Message:
deforaos-libsystem: Needs xsltproc


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/deforaos-libsystem/Makefile

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

Modified files:

Index: pkgsrc/devel/deforaos-libsystem/Makefile
diff -u pkgsrc/devel/deforaos-libsystem/Makefile:1.21 pkgsrc/devel/deforaos-libsystem/Makefile:1.22
--- pkgsrc/devel/deforaos-libsystem/Makefile:1.21       Wed Oct  9 01:58:55 2019
+++ pkgsrc/devel/deforaos-libsystem/Makefile    Wed Oct 16 13:06:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/10/09 01:58:55 khorben Exp $
+# $NetBSD: Makefile,v 1.22 2019/10/16 13:06:01 nia Exp $
 #
 
 DISTNAME=      libSystem-0.4.2
@@ -11,6 +11,8 @@ HOMEPAGE=     https://www.defora.org/
 COMMENT=       DeforaOS core system library
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}
 MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}



Home | Main Index | Thread Index | Old Index