pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-sqlrelay



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 13 03:25:16 UTC 2020

Modified Files:
        pkgsrc/databases/ruby-sqlrelay: Makefile

Log Message:
databases/ruby-sqlrelay: avoid USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/ruby-sqlrelay/Makefile

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

Modified files:

Index: pkgsrc/databases/ruby-sqlrelay/Makefile
diff -u pkgsrc/databases/ruby-sqlrelay/Makefile:1.21 pkgsrc/databases/ruby-sqlrelay/Makefile:1.22
--- pkgsrc/databases/ruby-sqlrelay/Makefile:1.21        Wed May  6 14:04:24 2020
+++ pkgsrc/databases/ruby-sqlrelay/Makefile     Wed May 13 03:25:16 2020
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2020/05/06 14:04:24 adam Exp $
+# $NetBSD: Makefile,v 1.22 2020/05/13 03:25:16 rillig Exp $
 
 COMMENT=               Ruby extension for SQL Relay
 PKGREVISION=           13
 
 .include "../../databases/sqlrelay/Makefile.common"
 
+CONFIGURE_ARGS+=       --disable-perl
 CONFIGURE_ARGS+=       ac_cv_prog_RUBY=${RUBY}
 CONFIGURE_ARGS+=       --with-ruby-site-arch-dir=${PREFIX}/${RUBY_VENDORARCHLIB}
 



Home | Main Index | Thread Index | Old Index