pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/smalltalk



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Sep 21 08:19:45 UTC 2020

Modified Files:
        pkgsrc/lang/smalltalk: Makefile

Log Message:
(lang/smalltalk) Fix build, missing USE_TOOL (perl)


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/lang/smalltalk/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/smalltalk/Makefile
diff -u pkgsrc/lang/smalltalk/Makefile:1.117 pkgsrc/lang/smalltalk/Makefile:1.118
--- pkgsrc/lang/smalltalk/Makefile:1.117        Sat Sep 19 15:27:15 2020
+++ pkgsrc/lang/smalltalk/Makefile      Mon Sep 21 08:19:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2020/09/19 15:27:15 mef Exp $
+# $NetBSD: Makefile,v 1.118 2020/09/21 08:19:45 mef Exp $
 
 DISTNAME=      smalltalk-3.2.5
 PKGREVISION=   16
@@ -28,6 +28,8 @@ IGNORE_LIBTOOLIZE=    lib/smalltalk/libc.la
 INFO_FILES=            YES
 TEST_TARGET=           check
 
+USE_TOOLS+=            perl
+
 SUBST_CLASSES+=                paxctl
 SUBST_FILES.paxctl=    Makefile.in
 SUBST_STAGE.paxctl=    pre-configure



Home | Main Index | Thread Index | Old Index