diff options
author | markus <markus@FreeBSD.org> | 2004-03-16 14:57:53 +0000 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-03-16 14:57:53 +0000 |
commit | 4285aef64aeb8cfb0e71c4718ab4884d8e7816cc (patch) | |
tree | a672e4faeb8baa7fa781250f3b67fc38ba9e761e /deskutils/ktagebuch | |
parent | 631944a59e7e3d40532d023f851279c27fd4eec4 (diff) | |
download | FreeBSD-ports-4285aef64aeb8cfb0e71c4718ab4884d8e7816cc.zip FreeBSD-ports-4285aef64aeb8cfb0e71c4718ab4884d8e7816cc.tar.gz |
- fix build with qt33
Reported by: bento via kris
Approved by: arved (mentor)
Diffstat (limited to 'deskutils/ktagebuch')
-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 3e65826..98e6841 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" |