diff options
author | markd <markd@pkgsrc.org> | 2007-05-25 10:47:53 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-05-25 10:47:53 +0000 |
commit | dc3d6200040ec1af3c60774cebbddd8331e654fa (patch) | |
tree | b68373ee9410fff2f8e356cec089e4ce6b51b15e /comms/libopensync | |
parent | 6709d7acf6c06b0b93bd34342805d3e8082941fc (diff) | |
download | pkgsrc-dc3d6200040ec1af3c60774cebbddd8331e654fa.tar.gz |
Explicitly disable python support
Diffstat (limited to 'comms/libopensync')
-rw-r--r-- | comms/libopensync/Makefile | 4 |
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} || \ |