pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/libopensync Explicitly disable python support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a43bac5fb023
branches:  trunk
changeset: 529115:a43bac5fb023
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri May 25 10:47:53 2007 +0000

description:
Explicitly disable python support

diffstat:

 comms/libopensync/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r aa51f209623f -r a43bac5fb023 comms/libopensync/Makefile
--- a/comms/libopensync/Makefile        Fri May 25 07:30:49 2007 +0000
+++ b/comms/libopensync/Makefile        Fri May 25 10:47:53 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/05/23 12:44:40 markd Exp $
+# $NetBSD: Makefile,v 1.2 2007/05/25 10:47:53 markd Exp $
 #
 
 DISTNAME=      libopensync-0.22
@@ -15,6 +15,8 @@
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 
+CONFIGURE_ARGS+=       --disable-python
+
 DISTURL=${MASTER_SITES}${DISTNAME}${EXTRACT_SUFX}?format=raw
 pre-fetch:
        ${TEST} -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} || \



Home | Main Index | Thread Index | Old Index