summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authormarkd <markd>2007-05-25 10:47:53 +0000
committermarkd <markd>2007-05-25 10:47:53 +0000
commit37618c3690321a29ed5f0989a54a1acf72b497c6 (patch)
treeb68373ee9410fff2f8e356cec089e4ce6b51b15e /comms
parent26d2adef69502face4c785c8bb3ba8c145574f3d (diff)
downloadpkgsrc-37618c3690321a29ed5f0989a54a1acf72b497c6.tar.gz
Explicitly disable python support
Diffstat (limited to 'comms')
-rw-r--r--comms/libopensync/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/libopensync/Makefile b/comms/libopensync/Makefile
index 89a9b9e6c7e..b38cf155464 100644
--- a/comms/libopensync/Makefile
+++ b/comms/libopensync/Makefile
@@ -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_LANGUAGES= c
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} || \