pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/squeak-vm



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 13:52:37 UTC 2021

Modified Files:
        pkgsrc/lang/squeak-vm: Makefile

Log Message:
squeak-vm: needs libuuid


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/squeak-vm/Makefile

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

Modified files:

Index: pkgsrc/lang/squeak-vm/Makefile
diff -u pkgsrc/lang/squeak-vm/Makefile:1.52 pkgsrc/lang/squeak-vm/Makefile:1.53
--- pkgsrc/lang/squeak-vm/Makefile:1.52 Sun Feb  7 06:30:28 2021
+++ pkgsrc/lang/squeak-vm/Makefile      Fri May 14 13:52:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2021/02/07 06:30:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.53 2021/05/14 13:52:37 nia Exp $
 #
 
 SQUEAK_VERSION=        4.10.2.2614
@@ -49,6 +49,7 @@ pre-configure:
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libffi/buildlink3.mk"
+.include "../../devel/libuuid/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index