summaryrefslogtreecommitdiff
path: root/misc/kdeedu3
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdeedu3')
-rw-r--r--misc/kdeedu3/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile
index dd835be86e4..e4be11511c0 100644
--- a/misc/kdeedu3/Makefile
+++ b/misc/kdeedu3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/08/15 12:44:45 markd Exp $
+# $NetBSD: Makefile,v 1.33 2005/09/29 14:25:47 adam Exp $
DISTNAME= kdeedu-${_KDE_VERSION}
PKGREVISION= 1
@@ -16,6 +16,13 @@ REPLACE_PERL= \
USE_DIRS+= xdg-1.1
+# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem
+SUBST_CLASSES+= hints
+SUBST_STAGE.hints= post-patch
+SUBST_MESSAGE.hints= "Fix includehints."
+SUBST_FILES.hints= kstars/kstars/tools/*.ui
+SUBST_FILTER_CMD.hints= ${GREP} -v includehint
+
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"