diff options
author | leot <leot@pkgsrc.org> | 2016-02-01 15:02:16 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-02-01 15:02:16 +0000 |
commit | 44cba1945dd4068ce2a06d4264ab345d81a2a4a4 (patch) | |
tree | bd8511e1fd4e17112295944bde02db70469ec2d4 /www | |
parent | 7d5cac6efd4a7e3882efdaf906419952556e173c (diff) | |
download | pkgsrc-44cba1945dd4068ce2a06d4264ab345d81a2a4a4.tar.gz |
Disable KDE4 (already disabled altough it leads to a failure according to Joyent
pkgsrc-linux-trunk-i386 bulk builds).
Diffstat (limited to 'www')
-rw-r--r-- | www/libproxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile index 32d248b2a8c..fb5b11802df 100644 --- a/www/libproxy/Makefile +++ b/www/libproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/01/19 10:51:16 leot Exp $ +# $NetBSD: Makefile,v 1.25 2016/02/01 15:02:16 leot Exp $ DISTNAME= libproxy-0.4.12 CATEGORIES= www gnome @@ -14,6 +14,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake USE_LANGUAGES= c99 c++ CMAKE_ARGS+= -DWITH_PYTHON:BOOL=OFF +CMAKE_ARGS+= -DWITH_KDE4=OFF OPSYSVARS+= CMAKE_ARGS |