pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libprelude



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 15:36:12 UTC 2020

Modified Files:
        pkgsrc/security/libprelude: Makefile

Log Message:
security/libprelude: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/security/libprelude/Makefile

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

Modified files:

Index: pkgsrc/security/libprelude/Makefile
diff -u pkgsrc/security/libprelude/Makefile:1.66 pkgsrc/security/libprelude/Makefile:1.67
--- pkgsrc/security/libprelude/Makefile:1.66    Fri May 22 10:55:50 2020
+++ pkgsrc/security/libprelude/Makefile Sun May 31 15:36:12 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2020/05/22 10:55:50 adam Exp $
+# $NetBSD: Makefile,v 1.67 2020/05/31 15:36:12 rillig Exp $
 #
 
 PKGREVISION=   21
@@ -12,7 +12,7 @@ CONF_FILES+=  ${PREFIX}/share/examples/li
 CONF_FILES+=   ${PREFIX}/share/examples/libprelude/idmef-client.conf ${PKG_SYSCONFDIR}/default/idmef-client.conf
 CONF_FILES+=   ${PREFIX}/share/examples/libprelude/tls.conf ${PKG_SYSCONFDIR}/default/tls.conf
 
-CONFIGURE_ARGS+=       --without-python --without-lua --without-perl --without-ruby
+CONFIGURE_ARGS+=       --without-python --without-lua --without-perl
 
 # Work around mktime configure test failure leading to build issue
 .if !empty(MACHINE_PLATFORM:MDarwin-*-x86_64)



Home | Main Index | Thread Index | Old Index