From 98c39733ca6f5947ae5fac22b8844624c3ab7ab7 Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 8 Aug 2015 13:56:32 +0000 Subject: * Add PORTSCOUT macros to only show stable gnome versions. * Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk so that all -reference ports get ignored. * Add some PORTSCOUT=ignore:1 here and there for software that won't get any updates anymore. Or are slave ports, so only the master port will get checked. --- net/libproxy/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net') diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index af53787b57c9..55749b9c4d59 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -23,6 +23,7 @@ CMAKE_ARGS+= -DWITH_PYTHON:BOOL=OFF -DWITH_PERL:BOOL=OFF \ -DWITH_WEBKIT:BOOL=OFF -DWITH_MOZJS:BOOL=OFF \ -DWITH_NETWORKMANAGER:BOOL=OFF -DWITH_VALA:BOOL=ON .else +PORTSCOUT= ignore:1 # Libproxy is build for the slave ports, since I haven't been able to find # out how to only build optional code with cmake. -- cgit