diff options
-rw-r--r-- | meta-pkgs/kde3/kde3.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-pkgs/kde3/kde3.mk b/meta-pkgs/kde3/kde3.mk index 700c09286c8..e754d99e8d2 100644 --- a/meta-pkgs/kde3/kde3.mk +++ b/meta-pkgs/kde3/kde3.mk @@ -1,4 +1,4 @@ -# $NetBSD: kde3.mk,v 1.5 2005/03/06 12:41:26 markd Exp $ +# $NetBSD: kde3.mk,v 1.6 2005/04/14 20:40:37 markd Exp $ # # This Makefile fragment is included by packages that use the KDE3 # configure-and-build process. @@ -42,6 +42,10 @@ USE_PKGLOCALEDIR= YES .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "NetBSD" +GCC_REQD+= 3.3 +.endif + KDEDIR?= ${PREFIX} QTDIR?= ${PREFIX}/qt3 |