pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libprelude Explicitly disable language bindin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/838be991a927
branches: trunk
changeset: 592840:838be991a927
user: hans <hans%pkgsrc.org@localhost>
date: Wed Sep 14 17:34:57 2011 +0000
description:
Explicitly disable language bindings that are available as separate
packages.
diffstat:
security/libprelude/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 994ca6589375 -r 838be991a927 security/libprelude/Makefile
--- a/security/libprelude/Makefile Wed Sep 14 17:33:00 2011 +0000
+++ b/security/libprelude/Makefile Wed Sep 14 17:34:57 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2011/07/11 10:55:46 drochner Exp $
+# $NetBSD: Makefile,v 1.44 2011/09/14 17:34:57 hans Exp $
#
COMMENT= LibPrelude libraries and c++ easy bindings
@@ -13,6 +13,8 @@
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
+
PKGCONFIG_OVERRIDE+= src/libprelude.pc.in
PKG_OPTIONS_VAR= PKG_OPTIONS.libprelude
Home |
Main Index |
Thread Index |
Old Index