pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/nsis
Module Name: pkgsrc
Committed By: nia
Date: Fri May 14 14:43:01 UTC 2021
Modified Files:
pkgsrc/devel/nsis: Makefile
Log Message:
nsis: needs zlib
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/nsis/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/nsis/Makefile
diff -u pkgsrc/devel/nsis/Makefile:1.24 pkgsrc/devel/nsis/Makefile:1.25
--- pkgsrc/devel/nsis/Makefile:1.24 Sun Jan 26 17:31:01 2020
+++ pkgsrc/devel/nsis/Makefile Fri May 14 14:43:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/01/26 17:31:01 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2021/05/14 14:43:00 nia Exp $
#
DISTNAME= nsis-${NSIS_VER}
@@ -51,4 +51,5 @@ do-install:
${DESTDIR}${PREFIX:Q}/share/nsis
.include "../../devel/scons/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index