diff options
-rw-r--r-- | irc/konversation-kde4/Makefile | 8 | ||||
-rw-r--r-- | irc/konversation/Makefile | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile index 223c64814db4..2e8735e2f665 100644 --- a/irc/konversation-kde4/Makefile +++ b/irc/konversation-kde4/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> 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> |