aboutsummaryrefslogtreecommitdiffstats
path: root/irc/konversation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/konversation/Makefile')
-rw-r--r--irc/konversation/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile
index 223c64814db4..2e8735e2f665 100644
--- a/irc/konversation/Makefile
+++ b/irc/konversation/Makefile
@@ -20,7 +20,9 @@ USE_REINPLACE= yes
USE_BZIP2= yes
USE_GMAKE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+post-patch:
+ @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>