pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/congen



Module Name:    pkgsrc
Committed By:   plunky
Date:           Wed Apr  1 19:15:00 UTC 2020

Modified Files:
        pkgsrc/math/congen: Makefile

Log Message:
depend on ruby, as there are ruby scripts


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/congen/Makefile

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

Modified files:

Index: pkgsrc/math/congen/Makefile
diff -u pkgsrc/math/congen/Makefile:1.1 pkgsrc/math/congen/Makefile:1.2
--- pkgsrc/math/congen/Makefile:1.1     Fri Feb 28 22:08:05 2020
+++ pkgsrc/math/congen/Makefile Wed Apr  1 19:15:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/02/28 22:08:05 plunky Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/01 19:15:00 plunky Exp $
 
 DISTNAME=      congen-1.7
 CATEGORIES=    math
@@ -19,4 +19,5 @@ REPLACE_RUBY= scripts/*.rb
 
 .include "../../databases/libtcd/buildlink3.mk"
 .include "../../lang/ruby/replace.mk"
+.include "../../lang/ruby/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index