aboutsummaryrefslogtreecommitdiff
path: root/converters/ktextdecode
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-18 15:29:22 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-18 15:29:22 +0000
commit38e2e29e2e1df5b963934dc93b1921568f66c814 (patch)
treee2600e3d288ccb6b93f87aa13598c93a4d86d6c1 /converters/ktextdecode
parente5061e5bd1a6deccd96535a262564c615770c035 (diff)
downloadports-38e2e29e2e1df5b963934dc93b1921568f66c814.tar.gz
ports-38e2e29e2e1df5b963934dc93b1921568f66c814.zip
Notes
Diffstat (limited to 'converters/ktextdecode')
-rw-r--r--converters/ktextdecode/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/converters/ktextdecode/Makefile b/converters/ktextdecode/Makefile
index 67786aefb1d7..095ae7072970 100644
--- a/converters/ktextdecode/Makefile
+++ b/converters/ktextdecode/Makefile
@@ -17,5 +17,11 @@ USE_BZIP2= yes
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_REINPLACE= yes
-.include <bsd.port.mk>
+post-patch:
+ @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>