summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2020-04-01 19:15:00 +0000
committerplunky <plunky@pkgsrc.org>2020-04-01 19:15:00 +0000
commit680589b31bdf220487943c95aaea16fef446eeb0 (patch)
tree66fe3ec6327f6d73773602a01e820c1e711af6d9 /math
parent780029910cd81b268d559b3958e18899a29cb042 (diff)
downloadpkgsrc-680589b31bdf220487943c95aaea16fef446eeb0.tar.gz
depend on ruby, as there are ruby scripts
Diffstat (limited to 'math')
-rw-r--r--math/congen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/congen/Makefile b/math/congen/Makefile
index 9bfa318e376..85ccb7ef1b2 100644
--- a/math/congen/Makefile
+++ b/math/congen/Makefile
@@ -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"