diff options
author | adam <adam> | 2005-09-28 19:54:36 +0000 |
---|---|---|
committer | adam <adam> | 2005-09-28 19:54:36 +0000 |
commit | bae64f533270be405a76b8925bd73413302909cf (patch) | |
tree | 9f7e1dee5e577678cbf4051cc2cabd004690eadc /misc/kdepim3/Makefile | |
parent | d56bbcb4da48cca230ac6ce26f9209253340306a (diff) | |
download | pkgsrc-bae64f533270be405a76b8925bd73413302909cf.tar.gz |
Darn, another fix for qt-3.3.5
Diffstat (limited to 'misc/kdepim3/Makefile')
-rw-r--r-- | misc/kdepim3/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index f412e4a636e..9a7b806cea7 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2005/09/22 08:41:18 markd Exp $ +# $NetBSD: Makefile,v 1.51 2005/09/28 19:54:36 adam Exp $ DISTNAME= kdepim-${_KDE_VERSION} PKGREVISION= 1 @@ -52,6 +52,14 @@ PLIST_SUBST+= HAVE_SASL="" PLIST_SUBST+= HAVE_SASL="@comment " .endif +# 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= korn/kornboxcfg.ui korn/korncfg.ui \ + kmail/smimeconfiguration.ui +SUBST_FILTER_CMD.hints= ${GREP} -v includehint + .include "../../comms/libmal/buildlink3.mk" .include "../../comms/pilot-link-libs/buildlink3.mk" .include "../../security/gpgme/buildlink3.mk" |