diff options
author | markd <markd@pkgsrc.org> | 2014-03-26 10:01:12 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2014-03-26 10:01:12 +0000 |
commit | 4919fc586ebefe9a5f227e717dce259699a9aaa1 (patch) | |
tree | 32cb5639e52db8fc0464e0ca679a0798e5551b90 /x11/kactivities | |
parent | 556c0b39d6201be00e259e642ed581c1791d2478 (diff) | |
download | pkgsrc-4919fc586ebefe9a5f227e717dce259699a9aaa1.tar.gz |
Reduce GCC_REQD to 4.5 as native gcc on NetBSD6 is sufficient.
Diffstat (limited to 'x11/kactivities')
-rw-r--r-- | x11/kactivities/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |