diff options
author | obache <obache@pkgsrc.org> | 2013-05-25 11:13:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-05-25 11:13:12 +0000 |
commit | 5de7dcdd7a44a1f15938dc35618e665179e58f40 (patch) | |
tree | 8e7ad9bed5189575166db100fe3821ed18520f20 /www | |
parent | fdbe1a53dd2b9648edc0082e32a4f1d3a156f1be (diff) | |
download | pkgsrc-5de7dcdd7a44a1f15938dc35618e665179e58f40.tar.gz |
Exactly disable Python bindings
Diffstat (limited to 'www')
-rw-r--r-- | www/libproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile index 67f5d297eec..3b45e707e2b 100644 --- a/www/libproxy/Makefile +++ b/www/libproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/05/24 18:22:57 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2013/05/25 11:13:12 obache Exp $ DISTNAME= libproxy-0.4.11 CATEGORIES= www gnome @@ -12,9 +12,9 @@ LICENSE= gnu-lgpl-v2.1 USE_CMAKE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake -PY_PATCHPLIST= yes USE_LANGUAGES= c99 c++ LIBS.SunOS+= -lnsl -lsocket +CMAKE_ARGS+= -DWITH_PYTHON:BOOL=OFF PKGCONFIG_OVERRIDE+= bindings/csharp/libproxy-sharp-1.0.pc.cmake PKGCONFIG_OVERRIDE+= libproxy/libproxy-1.0.pc.in |