From 4919fc586ebefe9a5f227e717dce259699a9aaa1 Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 26 Mar 2014 10:01:12 +0000 Subject: Reduce GCC_REQD to 4.5 as native gcc on NetBSD6 is sufficient. --- x11/kactivities/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/kactivities') diff --git a/x11/kactivities/Makefile b/x11/kactivities/Makefile index f4d8ee4b6e1..f2dfe01c20f 100644 --- a/x11/kactivities/Makefile +++ b/x11/kactivities/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.23 2014/03/24 22:09:53 jperkin Exp $ +# $NetBSD: Makefile,v 1.24 2014/03/26 10:01:12 markd Exp $ DISTNAME= kactivities-${_KDE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 COMMENT= KDE Activity Manager .include "../../meta-pkgs/kde4/Makefile.kde4" # Needs C++11 features for kactivitymanager -GCC_REQD+= 4.6 +GCC_REQD+= 4.5 PKGCONFIG_OVERRIDE+= lib/libkactivities.pc.cmake -- cgit v1.2.3