diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-03-16 14:57:53 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-03-16 14:57:53 +0000 |
commit | 4fafb5dc0cc8fca9ed98004fc7226d6c49a621c4 (patch) | |
tree | 56a3e38a61cf49a4c68a89175163597123351435 /deskutils | |
parent | - Update to version 0.3.5 (diff) |
- fix build with qt33
Reported by: bento via kris
Approved by: arved (mentor)
Notes
Notes:
svn path=/head/; revision=104170
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ktagebuch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/ktagebuch/Makefile b/deskutils/ktagebuch/Makefile index 3e65826a91aa..98e68411f922 100644 --- a/deskutils/ktagebuch/Makefile +++ b/deskutils/ktagebuch/Makefile @@ -24,6 +24,8 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${RM} ${WRKSRC}/ktagebuch/library/ui/inserthtmldialog.cpp \ + ${WRKSRC}/ktagebuch/library/ui/inserthtmldialog.h .include <bsd.port.pre.mk> .include "${PORTSDIR}/x11/kde3/Makefile.kde" |