diff options
Diffstat (limited to 'comms/libopensync/Makefile')
-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} || \ |